rebornix
9a00c870b9
remove NotebookEditor#selection.
2021-04-12 14:33:45 -07:00
Jackson Kearl
532a0b3a99
Onboard search-result to workspace trust.
2021-04-09 11:49:42 -07:00
Alex Ross
2894338f38
Add all valid hosts to simple browser ( #120929 )
...
and pass sourceUri not targetUri
2021-04-09 16:54:31 +02:00
Alex Ross
50fe76ba29
Onboard task extension to workspace trust
2021-04-09 14:29:13 +02:00
Matt Bierner
13944bac07
Pick up new katex version
2021-04-08 22:06:22 -07:00
Matt Bierner
3c89afbbc4
Pull in newer markdown-it katex version
2021-04-08 21:27:45 -07:00
Matt Bierner
9c9e188aa0
Don't use 'self' for image editor csp
...
On desktop, we now serve webview resources from a different origin than the webview itself. This means we no longer can use `'self'` in our CSP as shorthand and instead should always use the provided `cspSource`
2021-04-08 17:08:08 -07:00
Matt Bierner
84391165c3
Pass in correct project root for notebook cells
2021-04-08 16:49:04 -07:00
Raymond Zhao
f689971195
Mark Emmet trusted
2021-04-08 13:07:25 -07:00
Matt Bierner
604b950f0d
Reapply badclient commit
...
Fixes #120781
Add second file this time
2021-04-08 09:09:25 -07:00
Alex Ross
ffde5985b2
Update color for port wtih running process
...
Part of microsoft/vscode-remote-release#4826
2021-04-08 14:29:39 +02:00
CanadaHonk
936219d314
Fix JSON formatting in High Contrast Black default theme (2)
2021-04-08 11:37:22 +01:00
Martin Aeschlimann
eadff843e8
Merge pull request #120761 from CanadaHonk/patch-1
...
Fix JSON formatting in High Contrast Black default theme
2021-04-08 12:31:00 +02:00
Benjamin Pasero
de3aca7a53
Revert "Add badclient telemetry property"
...
This reverts commit e5ef9895b6 .
2021-04-08 08:03:54 +02:00
Matt Bierner
e5ef9895b6
Add badclient telemetry property
...
TS will now notify us if it thinks the error was caused by the client instead of by a server error
2021-04-07 18:49:06 -07:00
Matt Bierner
5207b98402
Update JS/TS grammars
2021-04-07 17:45:59 -07:00
CanadaHonk
4f55d8181b
Fix JSON formatting in High Contrast Black default theme
2021-04-07 22:08:21 +01:00
Matt Bierner
c19bae2dfc
Pick up TS 4.2.4
2021-04-07 12:58:43 -07:00
Matt Bierner
73ae56b82b
Build with latest TS nightly ( #120690 )
...
* Pick up new TS 4.3
Also tests adding override keywords for extensions as part of #120675
* Update to daily TS and workaround TS 4.3 issue
Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00
Matt Bierner
05b52df98a
Update JS/TS grammar
2021-04-06 17:17:43 -07:00
Jean Pierre
8117fec7df
Fixes #120036 ( #120275 )
2021-04-06 15:29:36 -07:00
Raymond Zhao
bbcaac9693
Fix output.selfClosingStyle, fixes #120417
2021-04-06 14:37:43 -07:00
rebornix
3efdebb1e7
Merge branch 'notebook/dev' into main
2021-04-06 14:03:18 -07:00
Raymond Zhao
551daf412e
Polish and fix #120245
2021-04-06 10:57:48 -07:00
Martin Aeschlimann
e7e15984bc
package.json completion: fetch on every key (always incomplete)
2021-04-06 19:26:35 +02:00
SteVen Batten
c7faaf0ea0
update wt static declarations ( #120443 )
...
* update wt static declarations
* add description
* fix hygiene
2021-04-06 09:27:15 -07:00
Martin Aeschlimann
05de36649f
Merge pull request #120317 from Jolg42/npm-ext-use-npm-only
...
Refactor npm extension to only use npm
2021-04-06 17:05:13 +02:00
Johannes Rieken
2f62eb0906
ignore focus dependent test also on GHA, fixes https://github.com/microsoft/vscode/issues/120355
2021-04-06 16:08:25 +02:00
Martin Aeschlimann
ee4b092ef2
Merge pull request #120362 from andrewbranch/ts-4.3-update
...
[html-language-features] Update TS language service call for 4.3 protocol
2021-04-06 15:06:58 +02:00
Benjamin Pasero
def8fc7b0d
integration tests - revert changes for commands test
2021-04-06 12:04:50 +02:00
Johannes Rieken
fca1144d00
remove NotebookDocument#cells in favor of cellsAt, getCells, and cellCount
2021-04-06 11:50:48 +02:00
Alex Ross
e637ff1bf7
Update perl grammar
...
Fixes https://github.com/microsoft/vscode/issues/120466
2021-04-06 11:30:47 +02:00
Benjamin Pasero
82c180bf34
tests - easy on the timeout
...
//cc @mjbvz
2021-04-06 11:04:14 +02:00
Benjamin Pasero
8de3791477
integration tests - use async test ( #120225 )
2021-04-06 10:34:08 +02:00
Liao Jinyuan
80f11080c1
fix get embedded css util ( #120480 )
2021-04-05 09:11:31 -07:00
Rob Lourens
1c04d9f2df
Update PHP grammar ( #120339 )
2021-04-05 07:59:14 -07:00
Miguel Solorio
e7805ded7e
Merge pull request #119468 from anthony-c-martin/update_vscode_icons
2021-04-04 20:20:56 -07:00
Eric Amodio
874d19930e
Calls new fork repo command in a codespace
2021-04-03 13:21:49 -04:00
Raymond Zhao
b88f1ede0e
Emmet polish and updateExtensionsPath changes
...
Fixes #117515 , fixes #120435
2021-04-02 13:11:29 -07:00
Raymond Zhao
8fcdb2035a
Improve descriptions, fixes #117516 , fixes #117518
2021-04-02 10:01:16 -07:00
rebornix
ef1e9bfa2c
Merge remote-tracking branch 'origin/main' into notebook/dev
2021-04-01 12:27:15 -07:00
Eric Amodio
1fd558ab2f
Fixes #117513 - deals with very old git
2021-04-01 13:50:22 -04:00
Andrew Branch
8426ff6475
Update language service call for 4.3 protocol
2021-04-01 10:21:34 -07:00
Raymond Zhao
f3f8d3d870
Fix tests for #120356
2021-04-01 17:11:53 +00:00
Raymond Zhao
083bf90204
JSX self-closing style should default to XHTML, fixes #120356
2021-04-01 16:20:24 +00:00
vinku
a56afa9033
Emmet: Select next/previous item does not work with script tag. ( #118842 )
...
Co-authored-by: Vinay Kumar Sharma <vinakum@microsoft.com >
2021-04-01 08:12:12 -07:00
Sang
595a894b21
Add emmet self closing abbrev support ( #120311 )
2021-04-01 08:11:15 -07:00
Ladislau Szomoru
648ea3d1e0
Refactor requireWorkspaceTrust to requestWorkspaceTrust
2021-04-01 15:59:04 +02:00
KapitanOczywisty
50ce190203
Update PHP grammar
2021-04-01 13:35:07 +02:00
Alex Ross
65a763bdf8
Remove long cpp colorizer test
...
Fixes #120095
2021-04-01 12:11:37 +02:00