Skip to content

Commit

Permalink
eng - reduce some unused deps (#231221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Oct 13, 2024
1 parent 104d04f commit c025c19
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 454 deletions.
224 changes: 0 additions & 224 deletions build/package-lock.json

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

5 changes: 0 additions & 5 deletions build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"devDependencies": {
"@azure/cosmos": "^3",
"@azure/identity": "^4.2.1",
"@azure/storage-blob": "^12.17.0",
"@electron/get": "^2.0.0",
"@types/ansi-colors": "^3.2.0",
"@types/byline": "^4.2.32",
Expand All @@ -30,14 +29,11 @@
"@types/rimraf": "^2.0.4",
"@types/through": "^0.0.29",
"@types/through2": "^2.0.36",
"@types/tmp": "^0.2.1",
"@types/workerpool": "^6.4.0",
"@types/xml2js": "0.0.33",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/vsce": "2.20.1",
"byline": "^5.0.0",
"colors": "^1.4.0",
"commander": "^7.0.0",
"debug": "^4.3.2",
"electron-osx-sign": "^0.4.16",
"esbuild": "0.23.0",
Expand All @@ -49,7 +45,6 @@
"source-map": "0.6.1",
"ternary-stream": "^3.0.0",
"through2": "^4.0.2",
"tmp": "^0.2.1",
"vscode-universal-bundler": "^0.1.3",
"workerpool": "^6.4.0",
"yauzl": "^2.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ suite('vscode API - window', () => {

const commandFile = await createRandomFile();
await commands.executeCommand('vscode.open', commandFile, ViewColumn.Three);
// Ensure active tab is correct after calling vscode.opn
// Ensure active tab is correct after calling vscode.open
assert.strictEqual(getActiveTab()?.group.viewColumn, ViewColumn.Three);

const leftDiff = await createRandomFile();
Expand Down
Loading

0 comments on commit c025c19

Please sign in to comment.