Martin Aeschlimann
4c030c46d4
[json] run serverless
2020-06-11 18:32:24 +02:00
João Moreno
159bc687ca
fix regex
2020-06-11 17:29:12 +02:00
Martin Aeschlimann
6af2987903
html/json: compute server module without server package.json
2020-06-11 14:59:56 +02:00
Alex Ross
ebc956492b
Add task API test for execution equality
...
Related to https://github.com/microsoft/vscode/issues/96643
2020-06-11 11:54:27 +02:00
Martin Aeschlimann
0a5e259993
web: turn off markdown performance hints
2020-06-11 11:37:58 +02:00
João Moreno
3cc8685501
fixes #24883
2020-06-11 11:36:57 +02:00
Martin Aeschlimann
e9c7969f93
add polyfills/** to vscodeignore
2020-06-11 10:18:39 +02:00
Martin Aeschlimann
57b0384a1a
[css] have compiled vscode-nls shim
2020-06-11 10:18:39 +02:00
Martin Aeschlimann
9de8a85408
extensions in web build
2020-06-11 10:18:11 +02:00
Matt Bierner
0145e38e5f
Enable the image preview in web/serverless
...
Fixes #99802
2020-06-10 16:44:10 -07:00
Matt Bierner
263baa79b0
Use extensionUri instead of Uri.file
2020-06-10 16:44:10 -07:00
Matt Bierner
86a9e31ccc
Update JS/TS grammars
2020-06-10 16:44:10 -07:00
Matt Bierner
1275b918be
Use joinPath in a few more places
2020-06-10 16:44:10 -07:00
Rob Lourens
002d722585
Merge pull request #99642 from microsoft/adi/object-setting-gui
...
Add a basic object renderer
2020-06-10 14:29:17 -07:00
Utsav Munendra
19dcc7916c
Fixes https://github.com/microsoft/vscode/issues/79910 ( #80150 )
...
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2020-06-10 17:41:48 +02:00
Aditya Thakral
3431da2b80
Support additionalProperties
2020-06-10 10:56:09 -04:00
Johannes Rieken
0fd2688cb4
check if clipboard actually works and only iff so write tests...
2020-06-10 16:08:29 +02:00
João Moreno
24f1b69a90
git file system should wait for model to be initialized
2020-06-10 15:44:53 +02:00
Alex Ross
92164dd93d
Add a pattern to the git BranchQuery ( #99681 )
...
* Add a pattern to the git BranchQuery
* Add count, which makes getting refs even faster
* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
Robert Massaioli
f3ffbedd41
Update for-in loop to work with eslint:recommended ( #99721 )
...
The code in the automatic template will fail this eslint rule: https://eslint.org/docs/rules/no-prototype-builtins . This is just plain annoying.
This change will make the snippet generated code not fail the linter. It will also avoid the subtle bugs that the eslint rule was made to avoid in the first place.
2020-06-09 23:52:58 -07:00
Eric Amodio
835142c44e
Allows refs in github uris
2020-06-10 01:42:04 -04:00
Matt Bierner
b5ba760623
Adopt Uri.joinPath
...
For #99717
2020-06-09 16:08:42 -07:00
Matt Bierner
a51205f59d
Fix markdown preview in serverless
...
For #99717
2020-06-09 16:04:47 -07:00
Matt Bierner
b42086b6eb
Enable markdown language features for web/serverless
2020-06-09 15:32:18 -07:00
Matt Bierner
53dc6287a5
Fix markdown sample having its entire content as a code block
2020-06-09 15:32:18 -07:00
rebornix
97adc29122
💂
2020-06-09 13:20:08 -07:00
Eric Amodio
3d4ced42d0
Fixes #99656
2020-06-09 10:59:49 -04:00
Johannes Rieken
e6135d58b8
fix compile errors
2020-06-09 16:09:41 +02:00
Matt Bierner
102311f877
Always send projectInfo to semantic server
2020-06-08 17:14:22 -07:00
Matt Bierner
480c98f1ab
Add ProjectLoadingRoutingSyntaxTsServer
...
For #99643
Add a new server option for TypeScript that routes request based on if a project is loading or not
The is enabled by the undocumented `"typescript.tsserver.useSeparateSyntaxServer": "dynamic"` setting
2020-06-08 16:46:55 -07:00
Matt Bierner
0184d2f90d
Extract EventName to enum
2020-06-08 16:46:55 -07:00
Aditya Thakral
ca0450b6a4
Add pattern properties to emmet.includeLanguages
2020-06-08 18:56:04 -04:00
Eric Amodio
91589cbf8d
Splits github fs out into its own extension
2020-06-08 18:13:27 -04:00
Eric Amodio
3a14f91f96
Support serverless github access in yarn web (wip)
2020-06-08 18:13:27 -04:00
Eric Amodio
774c4baa8f
Adapts extension to work on the web/serverless
2020-06-08 18:13:26 -04:00
Martin Aeschlimann
bd57bd7078
break up extension-browser.webpack.config
2020-06-08 21:46:27 +02:00
rebornix
83286288a7
💄 we can guarantee notebook events if command is not notebook related.
2020-06-08 11:26:48 -07:00
Martin Aeschlimann
b49d4cf5e6
[css] requests update
2020-06-08 13:40:42 +02:00
Johannes Rieken
f5a218d5a7
restore clipboard text after test, https://github.com/microsoft/vscode/issues/98497
2020-06-08 12:06:53 +02:00
Johannes Rieken
48a2d3e863
if needed , read clipboard inside MainThreadEditors#insertText, https://github.com/microsoft/vscode/issues/98497
2020-06-08 12:03:01 +02:00
Martin Aeschlimann
ac3b5caf32
[html] update version, fixes #98053
2020-06-05 17:49:33 +02:00
Martin Aeschlimann
b1ef2bf05f
[html] auto rename matches wrong tag. Fixes #98053
2020-06-05 13:23:55 +02:00
João Moreno
dfacda2138
missing yarn.lock
2020-06-05 11:09:40 +02:00
Benjamin Pasero
588097171c
Refactor our font stack ( #99429 )
...
* fonts - adopt monaco-monospace-font in more places and make it consistent
* font - use platform specific fonts in more places
* font - move system-ui before Ubuntu font in places where we cannot control platform
* font - only use system-ui on Linux
* fonts - adjust font stack for other windows
2020-06-05 10:56:07 +02:00
Matt Bierner
233eac4110
Simplify getFixAllActions
2020-06-04 15:18:51 -07:00
Martin Aeschlimann
22aaa30490
[json] offline mode, don't show resolve errors. Fixes #96083
2020-06-04 16:34:52 +02:00
Martin Aeschlimann
5329ea8fd3
[json] update service. Fixes #96351
2020-06-04 14:31:02 +02:00
Christof Marti
e5ff305c7a
Add "codespaces"
2020-06-04 10:43:15 +02:00
Christof Marti
735e08aa94
postStartCommand and postAttachCommand ( fixes microsoft/vscode-remote-release#3107 )
2020-06-04 10:15:03 +02:00
rebornix
e35510bccb
clean workspace after one test finishes.
2020-06-03 19:29:37 -07:00