Commit Graph

8043 Commits

Author SHA1 Message Date
Matt Bierner
d9c4923f98 Fix trailiing comma 2019-11-20 21:36:05 -08:00
Matt Bierner
8fa16bd74f Remove custom editor support for data uris
For #85203. Data uris are no longer used by VS Code core
2019-11-20 21:35:29 -08:00
Matt Bierner
827e94edef Hook up basic alert of why a code action could not be applied
For #85160
2019-11-20 17:10:00 -08:00
Andre Weinand
37f18e8f2d don't activate vscode-api-test on debug; fixes #85230 2019-11-20 23:23:18 +01:00
Matt Bierner
8caf39ef37 Fix loading of images with spaces in the name
Partially revert #84667

Also seems to fix #85190
2019-11-20 11:43:09 -08:00
Andre Weinand
f09c852a28 web worker: support F5 debugging w/o launch.config 2019-11-20 17:36:09 +01:00
Christof Marti
1a88e9d166 Allow null (microsoft/vscode-remote-release#1201) 2019-11-20 17:20:10 +01:00
Christof Marti
6be5444bf5 Update devcontainer schema (microsoft/vscode-remote-release#1201) 2019-11-20 16:55:19 +01:00
Joao Moreno
3bf8e81517 fixes #85205 2019-11-20 16:25:10 +01:00
Joao Moreno
f37b9d742c git: isolate ipc env 2019-11-20 16:07:01 +01:00
Joao Moreno
39c14fc431 💄 2019-11-20 15:15:46 +01:00
Joao Moreno
14cc75aa22 git: extract ipc 2019-11-20 15:15:45 +01:00
Joao Moreno
ec8de4eb45 git: better uri parsing error message 2019-11-20 10:53:20 +01:00
Joao Moreno
5fdfdd7e6c git: use querystring instead of JSON for uris 2019-11-20 10:50:53 +01:00
Alex Ross
54421ea4fa Update PHP grammar
Fixes #85132
2019-11-20 09:46:24 +00:00
Alex Ross
e82dd213dd Make typescript problem match watch patterns less locale specific
Improves #46373
2019-11-20 09:33:32 +00:00
Joao Moreno
fb2f985aa9 git.publish should not ask if only one remote
related to #84697
2019-11-20 10:12:31 +01:00
Joao Moreno
e055299e77 fix git commands 2019-11-20 09:37:02 +01:00
Daniel Imms
7ab2322170 Fix compile 2019-11-19 11:28:31 -08:00
Matt Bierner
0e5a5f6524 Better time logging for js + markdown
We don't need full date, only times
2019-11-19 11:22:08 -08:00
Pine Wu
07574365c9 Add HTML rename for #47069 2019-11-19 11:15:16 -08:00
Joao Moreno
b6899391cd wip: comment out git data uris 2019-11-19 17:03:15 +01:00
Joao Moreno
b7ead236be git api: expose toGitUri 2019-11-19 16:54:41 +01:00
Joao Moreno
ff23412237 provide gitfs resource label formatter 2019-11-19 16:47:55 +01:00
Joao Moreno
5014becb72 Merge branch 'master' into joao/git-fs-provider 2019-11-19 16:26:08 +01:00
Benjamin Pasero
04d634e1d6 💄 sample extension 2019-11-19 15:33:21 +01:00
Andre Weinand
5c372215d5 add mock debug to web sample 2019-11-19 12:12:17 +01:00
Alexandru Dima
cf624b01fc Fix memory leak caused by listeners to nulToken (#84940) 2019-11-19 11:13:38 +01:00
Matt Bierner
525b43fc00 Pick up new TS insiders 2019-11-18 15:36:00 -08:00
Matt Bierner
e6abf471d8 Update js/ts grammars 2019-11-18 15:34:42 -08:00
Matt Bierner
8bbe3157f0 Trying to hook up basic save for custom editors 2019-11-18 11:27:45 -08:00
Matt Bierner
942287eb44 Fix report issue command
For #85021
2019-11-18 11:00:47 -08:00
Pine Wu
adc45b549b Fix package.json in css server test fixture 2019-11-18 09:53:06 -08:00
Matt Bierner
5b428d2ec1 Don't use locale strings
For #84803

These can cause issues on node 12
2019-11-18 09:35:35 -08:00
Andre Weinand
4b79df84fb fix launch.json 2019-11-18 16:29:21 +01:00
Johannes Rieken
47d1736ad5 some more API tests for creating/deleting files, #43768 2019-11-18 15:58:33 +01:00
Johannes Rieken
95a7255725 fix more compilos 2019-11-18 15:26:44 +01:00
Johannes Rieken
8252d8afb7 fix compile error 2019-11-18 14:32:17 +01:00
Alexandru Dima
e7f8a94eb2 Split TS changes to separate PR 2019-11-18 12:17:23 +01:00
Alexandru Dima
41be9a6142 Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-18 08:59:14 +01:00
Matt Bierner
27a33ee6fe Hook up very basic undo/redo for webview editors
For #77131
2019-11-15 18:21:46 -08:00
OneQuid
ba19fe0e9b Fix opening image with '%' in the filename (#84667) 2019-11-15 18:14:30 -08:00
Matt Bierner
2dc8bac0a3 Use undefined instead of -1 to indicate that there is no size yet 2019-11-15 15:06:24 -08:00
Matt Bierner
d628c3b82e Make sure we call update after the binary size of the image is computed
Fixes a possible race if the dimensions of the image are computed before the get the size (which is unlikely but possible)
2019-11-15 15:05:01 -08:00
Shizeng Zhou
14e6ad3138 Fix #84111 (#84610)
* Fix #84111

* Replace fs with vscode's fs

* Put binary size in the binarySizeStatusBar
2019-11-15 15:02:09 -08:00
Matt Bierner
91200b1202 Use const enum for types 2019-11-15 14:55:14 -08:00
Matt Bierner
fa72810c77 Don't send TS Server open requests if we open then quickly close a resource
Fixes #84875
2019-11-15 14:02:46 -08:00
Alexandru Dima
cbb231754f Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-15 10:10:39 +01:00
Matt Bierner
40b8c9d073 Allow _ in markdown word definitions 2019-11-14 15:35:46 -08:00
Matt Bierner
738d85a51e Don't return js/ts fix all for empty edits 2019-11-14 15:35:46 -08:00