Commit 94cd778
Mikhail Arkhipov
* Basic tokenizer
* Fixed property names
* Tests, round I
* Tests, round II
* tokenizer test
* Remove temorary change
* Fix merge issue
* Merge conflict
* Merge conflict
* Completion test
* Fix last line
* Fix javascript math
* Make test await for results
* Add license headers
* Rename definitions to types
* License headers
* Fix typo in completion details (typo)
* Fix hover test
* Russian translations
* Update to better translation
* Fix typo
* #70 How to get all parameter info when filling in a function param list
* Fix #70 How to get all parameter info when filling in a function param list
* Clean up
* Clean imports
* CR feedback
* Trim whitespace for test stability
* More tests
* Better handle no-parameters documentation
* Better handle ellipsis and Python3
* #385 Auto-Indentation doesn't work after comment
* #141 Auto indentation broken when return keyword involved
* Undo changes
* Round I
* Round 2
* Round 3
* Round 4
* Round 5
* no message
* Round 6
* Round 7
* Clean up targets and messages
* Settings propagation
* Tests
* Test warning
* Fix installer tests
* Tests
* Test fixes
* Fix terminal service and tests async/await
* Fix mock setup
* Test fix
* Test async/await fix
* Test fix + activate tslint on awaits
* Use command manager
* Work around updateSettings
* Multiroot fixes, partial
* More workarounds
* Multiroot tests
* Fix installer test
* Test fixes
* Disable prospector
* Enable dispose in all cases
* Fix event firing
* Min pylint options
* Min checkers & pylintrc discovery
* Fix Windows path in tests for Travis
* Fix Mac test
* Test fix
* Work around VSC issue with formatting on save #624
* Workaround test
* Unused
* Old file
* Use version instead of content
* Update tests
1 parent f869369 commit 94cd778
15 files changed
Lines changed: 409 additions & 210 deletions
File tree
- src
- client
- common
- application
- formatters
- providers
- test/format
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
39 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
0 commit comments