This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-125
lines changed Expand file tree Collapse file tree 4 files changed +1
-125
lines changed Original file line number Diff line number Diff line change 591591 "devDependencies" : {
592592 "@babel/core" : " ^7.15.5" ,
593593 "@babel/preset-env" : " ^7.15.6" ,
594- "@types/compare-versions" : " ^3.0.0" ,
595594 "@types/express" : " ^4.17.13" ,
596595 "@types/glob" : " ^7.1.4" ,
597596 "@types/mocha" : " ^5.2.7" ,
636635 "@vscode/extension-telemetry" : " ~0.6.2" ,
637636 "body-parser" : " ^1.16.1" ,
638637 "cocopa" : " 0.0.13" ,
639- "compare-versions" : " ^3.4.0" ,
640638 "eventemitter2" : " ^4.1.0" ,
641639 "express" : " ^4.14.1" ,
642640 "extract-zip" : " ^2.0.1" ,
Original file line number Diff line number Diff line change @@ -24,10 +24,8 @@ import { ArduinoWorkspace } from "./common/workspace";
2424const arduinoDebugConfigurationProviderModule = impor ( "./debug/configurationProvider" ) as typeof import ( "./debug/configurationProvider" ) ;
2525import { DeviceContext } from "./deviceContext" ;
2626const completionProviderModule = impor ( "./langService/completionProvider" ) as typeof import ( "./langService/completionProvider" ) ;
27- import * as Logger from "./logger/logger" ;
28- const nsatModule =
29- impor ( "./nsat" ) as typeof import ( "./nsat" ) ;
3027import { BuildMode } from "./arduino/arduino" ;
28+ import * as Logger from "./logger/logger" ;
3129import { SerialMonitor } from "./serialmonitor/serialMonitor" ;
3230const usbDetectorModule = impor ( "./serialmonitor/usbDetector" ) as typeof import ( "./serialmonitor/usbDetector" ) ;
3331
@@ -76,8 +74,6 @@ export async function activate(context: vscode.ExtensionContext) {
7674 correlationId : guid ,
7775 duration : timer1 . end ( ) ,
7876 } ) ;
79-
80- nsatModule . NSAT . takeSurvey ( context ) ;
8177 } ;
8278
8379 async function askSwitchToBundledCli ( message : string ) : Promise < void > {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments