Commit Graph

10025 Commits

Author SHA1 Message Date
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
Alexandru Dima
65c59b509b Merge pull request #112798 from microsoft/alex/node-modules-types-keytar
Use the root typings for keytar since we are loading the root node module
2020-12-18 10:56:01 +01:00
Martin Aeschlimann
daad75c2c6 [css] update to vscode-uri@3.0 2020-12-18 10:31:31 +01:00
Alexandru Dima
aa2864d53f Remove most of the yarn license warnings 2020-12-18 10:26:14 +01:00
Alexandru Dima
2dd359c715 Use the root typings for keytar since we are loading the root node module (#112718) 2020-12-18 09:39:10 +01:00
Alexandru Dima
c927a8015b Merge pull request #112771 from microsoft/alex/node-modules-vscode
Move away from deprecated 'vscode' node module
2020-12-17 23:09:46 +01:00
Raymond Zhao
25cb0d70d4 Update removeTag command
- Handles mixed spacing indents
- Affects #104173
2020-12-17 21:58:32 +00:00
Alexandru Dima
fee6dbf4e0 Merge remote-tracking branch 'origin/master' into alex/node-modules-vscode 2020-12-17 22:02:47 +01:00
Alexandru Dima
e461782061 Fix compilation problem 2020-12-17 22:00:45 +01:00
Alexandru Dima
5e3dfd3bb8 Merge pull request #112765 from microsoft/alex/node-modules-typescript
Share typescript node module
2020-12-17 21:56:44 +01:00
Alexandru Dima
7ca71e763d Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Alexandru Dima
e0498f0cdd Share typescript node module (#112718) 2020-12-17 20:58:11 +01:00
Raymond Zhao
dadb18c39e Upgrade Emmet removetag perf + behaviour, fixes #104173 2020-12-17 11:56:53 -08:00
Alexandru Dima
e42440bd35 Merge remote-tracking branch 'origin/master' into alex/node-modules-webpack 2020-12-17 17:35:21 +01:00
Alexandru Dima
cbc47b1d7b Do not share terser 2020-12-17 14:38:44 +01:00
Alexandru Dima
804c90cc49 Adopt more breaking changes from copy-webpack-plugin 2020-12-17 13:05:14 +01:00
Alexandru Dima
2aa92c6e83 Adopt copy-webpack-plugin breaking change 2020-12-17 12:01:07 +01:00
Alexandru Dima
1cada18542 Share webpack related node modules (#112718) 2020-12-17 11:16:03 +01:00
Alexandru Dima
ed19f6082f Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00
Raymond Zhao
a28b7022e0 Emmet fix edit point commands #112691 2020-12-16 23:27:07 +00:00