Skip to content

Commit

Permalink
rm webpack config from terminal-suggest (#238874)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored Jan 27, 2025
1 parent a6a2d96 commit b54c554
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 52 deletions.
2 changes: 0 additions & 2 deletions extensions/terminal-suggest/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ src/**
out/**
tsconfig.json
.vscode/**
extension.webpack.config.js
extension-browser.webpack.config.js
package-lock.json
25 changes: 0 additions & 25 deletions extensions/terminal-suggest/extension-browser.webpack.config.js

This file was deleted.

23 changes: 0 additions & 23 deletions extensions/terminal-suggest/extension.webpack.config.js

This file was deleted.

6 changes: 4 additions & 2 deletions extensions/terminal-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"compile": "npx gulp compile-extension:terminal-suggest",
"watch": "npx gulp watch-extension:terminal-suggest"
},

"main": "./out/terminalSuggestMain",
"activationEvents": [
"onTerminalCompletionsRequested"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
},
"extensionKind": [
"workspace"
]
}

0 comments on commit b54c554

Please sign in to comment.