Don Jayamanne
422dc2d772
Add coverage for unit tests and functional tests ( #3651 )
...
* Add coverage for unit tests and functional tests
* Fix anonymous methods
* Fixed tests and linter issues
* News entries
* Remove redundant code
2018-12-12 09:29:03 -08:00
Don Jayamanne
14286f988d
Remove old code related to bundling of extension without webpack ( #3619 )
...
* Always package extension using webpack
* Restore pre-publish scripts
* Modify pre-publish script
* Remove pre-publish scripts
2018-12-10 23:06:05 -08:00
Don Jayamanne
20a7bd5ab0
Pin python packages used in extension and remove them repo ( #3513 )
...
* Move python dependencies into libs
* Delete parso, isort and jedi
* Deleted experimental folder from pythonFiles
* deleted old ptvsd folder
* rename requirements file
* Updated travis
* Install deps using gulp
* Use CI python
* Fix path to ptvsd
* install distro
* upgrade in place
2018-11-30 14:29:25 -08:00
Don Jayamanne
3d5ae38f75
Exclude files from extension ( #3495 )
2018-11-28 12:43:20 -08:00
Don Jayamanne
20689d53eb
Add smoke tests for webpack bundled extension ( #3417 )
...
For #3021
2018-11-21 14:04:54 -08:00
Don Jayamanne
d987489c17
Initial batch of changes to enable bundling of the extension ( #3384 )
...
For #3021
* Tests will be tracked here https://github.com/Microsoft/vscode-python/issues/3383
* Will need to update package.json seprately (for CD)
2018-11-20 15:01:01 -08:00
Brett Cannon
c36b51fce3
Update .vscodeignore based on 2018.10.0
2018-11-08 14:45:28 -08:00
Don Jayamanne
e370a3b949
Remove pre commit hook and disabled mandating copyright headers ( #3243 )
...
For #2963
2018-11-08 08:34:53 -08:00
Don Jayamanne
cae8a13854
Remove pre-commit hooks and move linters to CI ( #2964 )
...
* Linter rules
* add list of old files
* Check new files and message fixes
* Run linters on travis
* Fail travis fast
* Remove pre-commit hooks
* Remove pre-commit hooks from docs and gulp
* Log git cmd used to look for updated files in PR
* News file
2018-10-24 15:06:09 -07:00
Brett Cannon
0eba0a67e3
Ignore virtual environments
2018-10-04 11:35:40 -07:00
Don Jayamanne
e77e14cca3
Out of band updates to the language server ( #2615 )
...
Fixes #2580
2018-09-19 16:24:34 -07:00
Brett Cannon
39b039bacb
Fix a typo in an ignored file directory for the .vsix
2018-09-05 12:56:04 -07:00
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