Commit Graph

55314 Commits

Author SHA1 Message Date
Johannes Rieken
5d413d7418 remove --disable-inspect 2019-10-07 14:09:05 +02:00
Johannes Rieken
d212bf7c0b simplify find port, remote hacky env variables 2019-10-07 14:07:17 +02:00
Johannes Rieken
85f70fd2de Merge branch 'master' into joh/sigusr1 2019-10-07 13:10:40 +02:00
isidor
5fe0604806 enable strictFunctionTypes
#81574
2019-10-07 13:06:00 +02:00
Johannes Rieken
511137f876 Merge pull request #79764 from hwhung0111/issue-79428
Fix #79428 - add "$WORKSPACE_FOLDER" for snippet
2019-10-07 12:52:17 +02:00
Alex Ross
2d96b9b616 Fix global tasks again
Fixes https://github.com/microsoft/vscode/issues/78817
2019-10-07 12:41:19 +02:00
Joao Moreno
84786d378c distro
fixes #81919
2019-10-07 12:39:34 +02:00
Johannes Rieken
0f2cda10da support to enable inspector when asking for inspect port and consume in auto extension profiler 2019-10-07 12:22:16 +02:00
Johannes Rieken
2ca00003a6 expose enableInspectPort in starter type 2019-10-07 12:15:16 +02:00
Ԝеѕ
32b4eb7359 Add .har extension to JSON language (#77300) 2019-10-07 12:08:52 +02:00
Johannes Rieken
d82755c650 remove used method 2019-10-07 12:05:00 +02:00
Johannes Rieken
0cfba55686 add enableInspectPort-method which uses sigusr1/_debugProcess 2019-10-07 11:56:15 +02:00
Joao Moreno
c1e90f3475 more strictPropertyInitialization
related to #78168
2019-10-07 11:50:40 +02:00
Benjamin Pasero
2b0a7df9da strict function types 2019-10-07 11:27:30 +02:00
Alex Ross
3ba1fe28a0 Revert "Fix customView.ts for strictFunctionTypes"
This reverts commit 4fe8b82907.
2019-10-07 11:24:35 +02:00
Alex Ross
4fe8b82907 Fix customView.ts for strictFunctionTypes
Part of #81574
2019-10-07 11:21:14 +02:00
Benjamin Pasero
cb0dc7680e debt - more strict init (#78168) 2019-10-07 10:56:34 +02:00
Benjamin Pasero
66eea492f8 debt - introduce and use assertDefined for strict init (#78168) 2019-10-07 10:56:34 +02:00
Benjamin Pasero
e9ee372447 debt - reduce usage of strict null bypass 2019-10-07 10:56:34 +02:00
Alex Ross
06c10cddf0 Strict init for tasks in extHostTypes.ts
Part of #78168
2019-10-07 10:54:27 +02:00
João Moreno
d9935e0dfe Merge pull request #81840 from kondratyev-nv/master
Use yarn compile for start scripts
2019-10-07 10:52:45 +02:00
Alex Dima
6c9cf76929 Remove unused styling code 2019-10-07 09:58:03 +02:00
Alex Dima
93cfe48a3f Strict property initialization (#78168) 2019-10-07 09:25:12 +02:00
Johannes Rieken
56c472e185 strict init 2019-10-07 08:36:02 +02:00
Johannes Rieken
999d8f97df Merge branch 'joh/next' 2019-10-07 08:30:19 +02:00
Johannes Rieken
50c2639b86 Merge branch 'joh/strict' 2019-10-07 08:30:19 +02:00
Johannes Rieken
d73a2f7a88 debt - less defense 2019-10-07 08:30:18 +02:00
Johannes Rieken
904ab2364e in extension land prefer URI.isUri, fixes #81819 2019-10-07 08:30:18 +02:00
Johannes Rieken
e257fad18a deco - some debt, add logging 2019-10-07 08:30:18 +02:00
Benjamin Pasero
c617db19b0 debt - some strict function types (#81574) 2019-10-05 16:11:41 +02:00
Benjamin Pasero
875fc151e2 web - store font info properly 2019-10-05 08:18:47 +02:00
Benjamin Pasero
ae891b59bc web - do not reload if workspace is equal 2019-10-05 08:18:39 +02:00
Benjamin Pasero
fc7727b0d3 debt - move out reload/quit to lifecycle service 2019-10-05 08:17:06 +02:00
Benjamin Pasero
a3d77034dc debt - no need for explicit closeWorkspace() 2019-10-05 08:14:07 +02:00
Benjamin Pasero
45856f0eba debt - windows => windowsMainService 2019-10-05 08:12:42 +02:00
Benjamin Pasero
1602957aa2 debt - remove no longer needed code 2019-10-05 08:10:21 +02:00
Benjamin Pasero
ffbc48855a debt - add whenClosedOrLoaded into window class 2019-10-05 08:09:56 +02:00
Benjamin Pasero
86a42393b0 debt - handle window errors in window class 2019-10-05 08:03:45 +02:00
Benjamin Pasero
c55d704a14 debt - move pick & open into electron main service 2019-10-05 07:58:41 +02:00
Daniel Imms
ff09b48de3 Merge pull request #81975 from youngyou/patch-1
Press `space` key on a disabled button should not trig click event.
2019-10-04 21:02:20 -07:00
Matt Bierner
45c4f22894 Fixing more issues related to #81574 2019-10-04 17:57:33 -07:00
Matt Bierner
8e944be15c Support jsonc for code block type with highlightjs 2019-10-04 17:57:33 -07:00
Matt Bierner
36aa903d5a Rewrite how we handle links in the md preview
Try to simplify how we resolve links:

- Move most logic out of the preview itself.
- Simplify the amount of rewriting we do in the markdown engine
2019-10-04 17:57:33 -07:00
Daniel Imms
7f5a4a3f5b Fix strictFunctionTypes errors in terminal proxy
Part of #81574
2019-10-04 17:39:05 -07:00
Daniel Imms
a0c6566f87 Fix strictFunctionTypes errors in terminalService
Part of #81574
2019-10-04 16:34:23 -07:00
Daniel Imms
4ddddcfb6d Fix strictFunctionTypes errors in terminalInstance
Part of #81574
2019-10-04 16:34:22 -07:00
Matt Bierner
a967c8ada3 Move js/ts json validation to js/ts language features extension
Fixes #73336
2019-10-04 15:31:21 -07:00
Matt Bierner
e1011ffcc8 Marking event properties as readonly 2019-10-04 15:24:25 -07:00
Matt Bierner
dc0ab50035 Use isEqual for comparing uris in more places vs .toString() 2019-10-04 15:22:42 -07:00
Matt Bierner
7e70b1dda0 Mark that preferredEncoding can be undefined / not initialized
Part of #78168
2019-10-04 14:58:42 -07:00