-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### WHY are these changes introduced? VS Code extension is failing to publish due to duplicate files. Fixes #10654 ### WHAT is this pull request doing? To resolve this I have: - [x] Updated dependencies - [x] Ran `vsce ls` to see what files are included and updated `.vscodeignore` to have the correct files - [x] Ran `vsce package` and tested the built extension locally - [x] Ran `vsce package` in CI to test that it builds correctly in CI - [x] Removed test from GitHub action as there are no tests for the extension - [x] Removed unused `InitializeParams` code
- Loading branch information
Showing
6 changed files
with
68 additions
and
149 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'polaris-for-vscode': minor | ||
--- | ||
|
||
Update dependencies and published files to fix vsce publish |
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 |
---|---|---|
|
@@ -9,3 +9,7 @@ scripts | |
src | ||
rollup.config.js | ||
tsconfig.tsbuildinfo | ||
node_modules | ||
|
||
# Ignore parent directories | ||
../** |
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
Oops, something went wrong.