This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree 4 files changed +1
-125
lines changed
4 files changed +1
-125
lines changed Original file line number Diff line number Diff line change 591
591
"devDependencies" : {
592
592
"@babel/core" : " ^7.15.5" ,
593
593
"@babel/preset-env" : " ^7.15.6" ,
594
- "@types/compare-versions" : " ^3.0.0" ,
595
594
"@types/express" : " ^4.17.13" ,
596
595
"@types/glob" : " ^7.1.4" ,
597
596
"@types/mocha" : " ^5.2.7" ,
636
635
"@vscode/extension-telemetry" : " ~0.6.2" ,
637
636
"body-parser" : " ^1.16.1" ,
638
637
"cocopa" : " 0.0.13" ,
639
- "compare-versions" : " ^3.4.0" ,
640
638
"eventemitter2" : " ^4.1.0" ,
641
639
"express" : " ^4.14.1" ,
642
640
"extract-zip" : " ^2.0.1" ,
Original file line number Diff line number Diff line change @@ -24,10 +24,8 @@ import { ArduinoWorkspace } from "./common/workspace";
24
24
const arduinoDebugConfigurationProviderModule = impor ( "./debug/configurationProvider" ) as typeof import ( "./debug/configurationProvider" ) ;
25
25
import { DeviceContext } from "./deviceContext" ;
26
26
const 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" ) ;
30
27
import { BuildMode } from "./arduino/arduino" ;
28
+ import * as Logger from "./logger/logger" ;
31
29
import { SerialMonitor } from "./serialmonitor/serialMonitor" ;
32
30
const usbDetectorModule = impor ( "./serialmonitor/usbDetector" ) as typeof import ( "./serialmonitor/usbDetector" ) ;
33
31
@@ -76,8 +74,6 @@ export async function activate(context: vscode.ExtensionContext) {
76
74
correlationId : guid ,
77
75
duration : timer1 . end ( ) ,
78
76
} ) ;
79
-
80
- nsatModule . NSAT . takeSurvey ( context ) ;
81
77
} ;
82
78
83
79
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