-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit 7580a52
committed
Clean up and refactor VSCode integration.
- Fixed linter/prettier mixups during development.
- Cleaned up web config injection, removed separate NLS injection.
- Cleaned up comments for use with intellisense
- Updated types to more often use VScode's built in types.
- Cleaned up URI helpers.
- Organized connection classes into separate files.
- Documented protocol usage, adding trace logging support.
- Fleshed out partial support for remote debugging.
- Updated tests.1 parent 30dc47d commit 7580a52
File tree
81 files changed
+2565
-1930
lines changed- lib/vscode
- .vscode
- build
- lib
- watch
- extensions
- github-authentication/src
- resources/web
- src/vs
- base
- common
- node
- parts/ipc
- common
- node
- code
- browser/workbench
- node
- platform
- environment
- common
- node
- extensionManagement/node
- log/node
- product/common
- remote
- browser
- common
- server
- connection
- workbench
- browser
- contrib
- extensions/browser
- files/browser
- webview/browser/pre
- services
- environment/browser
- extensionManagement/common
- extensions
- common
- node
- host/browser
- localizations/browser
- src
- browser/pages
- common
- node
- routes
- test
- unit
- browser/pages
- node
- utils
- typings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+2565
-1930
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
6 | 11 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
802 | 802 |
| |
803 | 803 |
| |
804 | 804 |
| |
805 | + | ||
806 | + | ||
805 | 807 |
| |
806 | 808 |
| |
807 | 809 |
| |
808 | 810 |
| |
811 | + | ||
809 | 812 |
| |
810 | - | ||
811 | 813 |
| |
812 | 814 |
| |
813 | 815 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
87 | 94 |
| |
88 | 95 |
| |
89 | 96 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | - | ||
46 | - | ||
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
22 | 34 |
| |
23 | 35 |
| |
24 | 36 |
| |
| |||
62 | 74 |
| |
63 | 75 |
| |
64 | 76 |
| |
65 | - | ||
77 | + | ||
66 | 78 |
| |
67 | 79 |
| |
68 | 80 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
11 | + | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
10 | + | ||
11 | + | ||
12 | + | ||
9 | 13 |
| |
10 | - | ||
11 | - | ||
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 | - | ||
340 | - | ||
339 | + | ||
340 | + | ||
341 | + | ||
341 | 342 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | - | ||
152 | - | ||
153 | - | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
0 commit comments