Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Remove NSAT survey
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmorran committed Feb 9, 2023
1 parent 08a2aa2 commit 7bbc75b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 125 deletions.
31 changes: 0 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@types/compare-versions": "^3.0.0",
"@types/express": "^4.17.13",
"@types/glob": "^7.1.4",
"@types/mocha": "^5.2.7",
Expand Down Expand Up @@ -636,7 +635,6 @@
"@vscode/extension-telemetry": "~0.6.2",
"body-parser": "^1.16.1",
"cocopa": "0.0.13",
"compare-versions": "^3.4.0",
"eventemitter2": "^4.1.0",
"express": "^4.14.1",
"extract-zip": "^2.0.1",
Expand Down
6 changes: 1 addition & 5 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ import { ArduinoWorkspace } from "./common/workspace";
const arduinoDebugConfigurationProviderModule = impor("./debug/configurationProvider") as typeof import ("./debug/configurationProvider");
import { DeviceContext } from "./deviceContext";
const completionProviderModule = impor("./langService/completionProvider") as typeof import ("./langService/completionProvider");
import * as Logger from "./logger/logger";
const nsatModule =
impor("./nsat") as typeof import ("./nsat");
import { BuildMode } from "./arduino/arduino";
import * as Logger from "./logger/logger";
import { SerialMonitor } from "./serialmonitor/serialMonitor";
const usbDetectorModule = impor("./serialmonitor/usbDetector") as typeof import ("./serialmonitor/usbDetector");

Expand Down Expand Up @@ -76,8 +74,6 @@ export async function activate(context: vscode.ExtensionContext) {
correlationId: guid,
duration: timer1.end(),
});

nsatModule.NSAT.takeSurvey(context);
};

async function askSwitchToBundledCli(message: string): Promise<void> {
Expand Down
87 changes: 0 additions & 87 deletions src/nsat.ts

This file was deleted.

0 comments on commit 7bbc75b

Please sign in to comment.