forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove start page and its build dependencies (microsoft#16834)
* First deletion pass * Remove commands & settings * Remove cusotm webview implementation * Remove build steps * Re-add mocks * Update Pylance prompt * Remove "jupyter not installed" notification * Add news file * Remove a plugin that seems to be unused * Remove gulpfile ref * Remove telemetry constant * Remove unused telemetry event * Remove tsx checks * Undo some formatting changes * Remove react-related deps * Re-add ESLint plugins * Remove comment * Remove out/server from gulpfile * Remove ABExperiments type
- Loading branch information
1 parent
eafbd9e
commit a6dc358
Showing
91 changed files
with
661 additions
and
8,740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sonar.sources=src/client,src/startPage-ui | ||
sonar.sources=src/client | ||
sonar.tests=src/test | ||
sonar.cfamily.build-wrapper-output.bypass=true | ||
sonar.cpd.exclusions=src/client/activation/**/*.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
**/*.map | ||
**/*.analyzer.html | ||
!out/startPage-ui/viewers/ | ||
*.vsix | ||
.editorconfig | ||
.env | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.