Skip to content

Commit

Permalink
Ignore languageServer files from vsix (#2152)
Browse files Browse the repository at this point in the history
Fixes #2150

This pull request:
- [x] Has a title summarizes what is changing
- [x] Includes a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!)
- [ ] Has unit tests & [code coverage](https://codecov.io/gh/Microsoft/vscode-python) is not adversely affected (within reason)
- [ ] Works on all [actively maintained versions of Python](https://devguide.python.org/#status-of-python-branches) (e.g. Python 2.7 & the latest Python 3 release)
- [ ] Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)
  • Loading branch information
DonJayamanne authored Jul 13, 2018
1 parent e07c5fb commit 9dc3209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
CONTRIBUTING - PYTHON_ANALYSIS.md
CONTRIBUTING - LANGUAGE SERVER.md
coverconfig.json
gulpfile.js
packageExtension.cmd
Expand All @@ -26,7 +26,7 @@ yarn.lock
.nvm/**
.vscode/**
.vscode-test/**
languageServer/publish*.*
languageServer/**
bin/**
BuildOutput/**
coverage/**
Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/2150.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure 'languageServer' directory is excluded from the build output.

0 comments on commit 9dc3209

Please sign in to comment.