Brett Cannon
|
540dbbb7fd
|
Touch up .vscodeignore
Fixes #2443 and #2444
|
2018-08-27 16:18:39 -07:00 |
Don Jayamanne
|
9dc3209a96
|
Ignore languageServer files from vsix (#2152)
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)
|
2018-07-13 13:10:52 -07:00 |
Mikhail Arkhipov
|
e07c5fb71d
|
WIP: Rename LS to 'Microsoft Python Language Server' (#2122)
* LS symbol providers
* Different ready wait
* Progress reporting
* Options hookup
* Add diagnostic trace logging setting (hidden)
* Rename analysis engine -> language server
* Fix language server binary name
* Finish renames
* Add news
* Undo
* Baseline update
* Rename and baseline
* Fix contributions
* Baseline
|
2018-07-12 11:45:46 -07:00 |
Mikhail Arkhipov
|
cda34d40f4
|
LS settings for typeshed and diagnostics (#2065)
* LS symbol providers
* Typeshed paths
* Typeshed submodule
* Add submodule
* New settings
* Add diagnostics control settings
* Add typeshed paths change check
* Exclude some typeshed files from packages
|
2018-06-29 09:46:30 -07:00 |
Don Jayamanne
|
89e6216ac1
|
Add Tests to measure activation times of extension (#1813)
* Tests to measure activation times of extension
* Code review fixes
* Run performance tests on master
|
2018-06-05 13:48:28 -07:00 |
Brett Cannon
|
27a9d81c57
|
Ignore .npmrc when building the extension
|
2018-05-29 11:09:57 -07:00 |
Don Jayamanne
|
7cd31031bf
|
remove unwanted file from extension (#1344)
|
2018-04-09 12:07:12 -07:00 |
Brett Cannon
|
72ef2ab508
|
Exclude appveyor config (#1287)
|
2018-04-05 12:35:01 -07:00 |
Mikhail Arkhipov
|
962c850428
|
VS Python analysis engine integration (#1231)
* Undo changes
* Test fixes
* Increase timeout
* Remove double event listening
* Remove test
* Revert "Remove test"
This reverts commit e240c3fd117c38b9e6fdcbdd1ba2715789fefe48.
* Revert "Remove double event listening"
This reverts commit af573be27372a79d5589e2134002cc753bb54f2a.
* Undo changes
* Test fixes
* .NET Core check
* Better find dotnet
* Fix pip test
* Linting tests
* Undo accidental changes
* Add clone and build PTVS
* Appveyor PTVS build
* Fix slashes
* Enable build
* Try absolute path
* Fix xcopy switch
* Activate Analysis Engine test on Appveyor
* Temporary only run new tests
* Disable PEP hint tests
* Test fix
* Disable appveyor build and tests for PTVS for now
* Remove analysis engine test from the set
* Remove VS image for now
* Build/sign VSXI project
* Run vsce from cmd
* Rename
* Abs path vsce
* Path
* Move project
* Ignore publishing project
* Try csproj
* Add framework
* Ignore build output folder
* Package before build
* Try batch instead of PS
* Fix path quotes
* #1096 The if statement is automatically formatted incorrectly
* Merge fix
* Add more tests
* More tests
* Typo
* Test
* Also better handle multiline arguments
* Changes lost on squash
* More lost changes
* Restore Jedi/PTVS setting
* Update tests to new PTVS
* Signature tests
* Add PTVS tests task
* Analysis Engine contribution
* Add Mac/Linux info
* Disable csproj build
* Add unzip to dependencies
* Minor fixes to doc
* Change setting type to bool
* Report progress on status bar
* Simplify
* CR feedback
* Fix launching fx-independent code on Mac/Linux
* Add title
|
2018-03-30 13:44:07 -07:00 |
Don Jayamanne
|
0f51fd6c7c
|
Enable code coverage for debug adapters (#1018)
* 🔨 add instrumentation
* 🔨 track files added and modified
* build lcov files for upload
* rename report
* gulp task for yarn run
* 🐛 fix report generation
* 📝 change log
* delete debug coverage
* 🐛 disable code coverage on AppVeyor
* Fixes #778
|
2018-03-15 18:19:53 -07:00 |
Don Jayamanne
|
1db2709ab9
|
Exclude news folder from extension (#1081)
* exclude news folder from extension
* 📝 change log contents
* Fixes #1020
|
2018-03-15 12:53:28 -07:00 |
Don Jayamanne
|
ba40da0f44
|
Clean build output (#595)
Fixes #565
|
2018-01-18 09:59:19 -08:00 |
Brett Cannon
|
a3d12db536
|
Move issue template to the .github directory (#566)
|
2018-01-10 12:47:41 -08:00 |
Don Jayamanne
|
7a36147f4c
|
Upload buillds to azure (#534)
Upload builds of extension to azure blob storage for every CI on master
|
2018-01-09 11:39:45 -08:00 |
Don Jayamanne
|
985395660c
|
Yarn and code coverage (#475)
* Fixes #421 (move from npm to yarn)
* Fixes #464 (code coverage of the extension code)
* Fixes to some unit tests that were failing just on Windows
|
2018-01-03 15:25:00 -08:00 |
Don Jayamanne
|
75d3279366
|
ignore more files from release
|
2016-11-23 19:27:36 +11:00 |
Don Jayamanne
|
be62784dab
|
updated extension to use latest ts and vscode
|
2016-10-11 11:04:05 +11:00 |
Don Jayamanne
|
6f3fca7403
|
udpated docs
|
2016-09-28 23:28:40 +10:00 |
Don Jayamanne
|
db53186345
|
help page
|
2016-09-28 16:24:46 +10:00 |
Don Jayamanne
|
696d02c531
|
exclude webpack config
|
2016-09-23 10:09:19 +10:00 |
Don Jayamanne
|
273e118581
|
fix to remove unwanted files #296
|
2016-09-12 21:46:37 +10:00 |
Don Jayamanne
|
17fcb55af3
|
excluded gif files from extension
|
2016-06-20 10:58:41 +10:00 |
Don Jayamanne
|
3db93637e8
|
ignore travis and pip files
|
2016-06-18 00:59:22 +10:00 |
Don Jayamanne
|
ed88a4b134
|
modified vscodeignore to exclude images and compiled python files
|
2016-06-18 00:44:52 +10:00 |
Don Jayamanne
|
df31d08dbb
|
initial commit
|
2016-01-19 21:58:51 +11:00 |