Johannes Rieken
74bc1d2672
re-enable test for https://github.com/microsoft/vscode/issues/111867
2021-01-07 09:18:51 +01:00
Connor Peet
01089c0a50
testing: fix unit tests
2021-01-06 15:35:20 -08:00
Connor Peet
e2c9137841
testing: fix unit tests
2021-01-06 15:32:50 -08:00
Connor Peet
5909115757
testing: code lens and diagnostic information for tests
2021-01-06 15:22:49 -08:00
Eric Amodio
f1151f84ff
Adds userAgent to clone, pull, fetch - #111909
...
Changes to use env
2021-01-06 17:50:42 -05:00
Matt Bierner
809d2f63d0
Added show options to simple browser open command
2021-01-06 12:17:36 -08:00
Matt Bierner
2fed7ba374
Adding settings to control which schemes simple browser is enabled for
...
Also adds a setting to enable/disable the focus lock indicator
2021-01-06 12:17:36 -08:00
Martin Aeschlimann
c49ef6df61
[html] update auto-rename-tag to linkedEditing migration
2021-01-06 15:49:06 +01:00
Thomas Schmid
1228854b4a
Adds support for gulpfiles using ESM. ( #113505 )
2021-01-06 15:36:42 +01:00
Johannes Rieken
0cb7dad36f
adopt creation of N resources at once, https://github.com/microsoft/vscode/issues/111867
2021-01-06 14:46:32 +01:00
Johannes Rieken
b99e9bc299
apply file edits in bulks of equal edits, https://github.com/microsoft/vscode/issues/111867
2021-01-06 14:46:32 +01:00
Eric Amodio
9b6aaf1e86
Fixes #112481 - missing refs (because of trim)
2021-01-05 23:19:41 -05:00
Raymond Zhao
dc5a3da3ab
Upgrade to latest Emmet ( #113848 )
2021-01-05 15:14:33 -08:00
Martin Aeschlimann
cfc8c5d3d7
extension webpack: do not copy .ts files as resources
2021-01-05 22:37:28 +01:00
Matt Bierner
52bdc14cc6
Copy of translated errors for js/ts web build
2021-01-05 12:57:26 -08:00
Martin Aeschlimann
485c5fc009
Revert "extension webpack: do not copy .ts files as resources"
...
This reverts commit ab1aeb6b73 .
2021-01-05 21:10:37 +01:00
Rachel Macfarlane
ced3bb4bb9
Secrets API feedback
2021-01-05 10:17:05 -08:00
Martin Aeschlimann
ab1aeb6b73
extension webpack: do not copy .ts files as resources
2021-01-05 17:24:22 +01:00
Martin Aeschlimann
0a3e23a5b2
new html settings not it in the settings UI
2021-01-05 17:24:22 +01:00
Rachel Macfarlane
998e5e2ea6
onDidChangePassword -> onDidChange in secrets API
2021-01-04 22:20:07 -08:00
joan xie
1bb2ae0e36
Allow ResourceCommandResolver.getRightResource() to return undefined ( #113364 )
2021-01-05 01:05:23 -05:00
Rachel Macfarlane
7db413d4c1
Move secrets API to extension context
2021-01-04 22:04:40 -08:00
Matt Bierner
a48ef56fbf
Fix compile for current TS version
2021-01-04 19:25:10 -08:00
Matt Bierner
3ed300eb9d
Add simple browser extension ( #109276 )
...
* Add support for TS's Hierarchical refactorings API
https://github.com/microsoft/TypeScript/pull/41975
* Add simple browser extension
This change adds a new 'simple browser' extension. This extension uses a webview to render webpages directly in VS Code. We plan on using it for optionally previewing local servers in both desktop and codespaces
The browser itself has a number of limitations due to the security around iframes:
- It traps keyboard focus
- We can't detect if a page fails to load
- We can't track the current url of the iframe
* Add experimental alert when the iframe is focused
* Disable events on focus warning
* Hooking up simple browser to opener
2021-01-04 19:06:53 -08:00
Matt Bierner
69dfa670ef
Fix compile error if using older ts version
2021-01-04 17:55:19 -08:00
Matt Bierner
942c3bad6b
Sort contribitions
2021-01-04 16:57:38 -08:00
Matt Bierner
b565c422aa
Add find all references command for JS/TS
...
Fixes #66150
2021-01-04 16:57:24 -08:00
Matt Bierner
48742bd3a1
Update ts grammar pinning tests
2021-01-04 12:53:04 -08:00
Matt Bierner
74623bc93c
Update JS/TS grammars
2021-01-04 12:09:36 -08:00
Alexandru Dima
7242082983
Fixes #112834 : Ensure the markdown link provider is registered before invoking vscode.executeLinkProvider
2020-12-30 21:50:10 +01:00
Raymond Zhao
56c808a66a
Emmet flatten DocumentStreamReader ( #113602 )
2020-12-30 11:00:21 -08:00
Raymond Zhao
b84858babe
Emmet remove dependency on vscode-html-languageservice ( #113599 )
2020-12-30 10:14:23 -08:00
Alex Ross
92d4b14e29
Update rust grammar
2020-12-30 13:06:19 +01:00
Raymond Zhao
15561c4139
Emmet polish
2020-12-29 16:33:41 -08:00
Raymond Zhao
15ba9aee0e
Emmet improve Expand Abbreviation perf ( #113558 )
2020-12-29 16:15:55 -08:00
Raymond Zhao
b5cd082cd4
Emmet refactor toggle comment ( #113557 )
2020-12-29 15:02:55 -08:00
Raymond Zhao
433833fbe0
Emmet refactor reflect CSS and update image commands ( #113550 )
2020-12-29 12:44:12 -08:00
Raymond Zhao
c44b7d25d9
Refactor Emmet merge lines and select item commands ( #113516 )
2020-12-28 17:36:38 -08:00
Raymond Zhao
c7dbab59ff
Emmet create new html-matcher override instead of using LS ( #113508 )
2020-12-28 15:06:23 -08:00
Alexandru Dima
76c974bfeb
Have a clear list of directories where yarn should be executed
2020-12-23 11:28:32 +01:00
Bohdan Yevchenko
445f259e34
Add sorting to npm scripts ( #112725 )
...
This PR fixes #92773 - npm scripts panel is not ordered
2020-12-22 10:33:42 +01:00
Alexandru Dima
20831dd3df
Keep only @types/* deps in /build/ and share terser ( #112718 )
2020-12-18 19:51:10 +01:00
Raymond Zhao
273a5cdf5a
Emmet comment spacing fixup, fixes #112835
2020-12-18 18:41:12 +00:00
Raymond Zhao
6ad2dccc78
Emmet Toggle Comment HTML 💄
2020-12-18 18:02:01 +00:00
Raymond Zhao
ea15eb4e5a
Strengthen sameNodes check 💪 fixes #112829
2020-12-18 17:48:50 +00:00
Martin Aeschlimann
6d55262031
update vscode-uri
2020-12-18 17:31:22 +01:00
Alexandru Dima
4fc14314b6
Fix compilation problem
2020-12-18 14:58:02 +01:00
Alexandru Dima
edd37076b4
Adopt new mocha types
2020-12-18 14:19:51 +01:00
Alexandru Dima
f74ad9692f
Align @types/* dev dependencies ( #112718 )
2020-12-18 13:28:39 +01:00
Martin Aeschlimann
d4e98289a3
[css] revert changes to test runner
2020-12-18 11:17:57 +01:00