Commit graph

92453 commits

Author SHA1 Message Date
Benjamin Pasero
23fa6aad5b
smoke - add logging for #141054 2022-02-01 10:27:59 +01:00
Benjamin Pasero
7a5a668ee3
avoid API types (#141921) 2022-02-01 10:19:18 +01:00
Benjamin Pasero
12c5c57e46
smoke - simplify line number test (#141054) 2022-02-01 10:08:15 +01:00
Sandeep Somavarapu
769e8618c1
Fix #141910 2022-02-01 10:05:50 +01:00
Sandeep Somavarapu
fb8316c8f4
#141054 check line numbers in settigns file 2022-02-01 09:35:54 +01:00
Johannes Rieken
7a5b86a757
Merge pull request #141919 from microsoft/joh/surroundWith 2022-02-01 09:28:02 +01:00
Sandeep Somavarapu
d069da1aad
#141766 change the label to Marketplace Info 2022-02-01 09:20:23 +01:00
Johannes Rieken
91b2a50b51
Merge branch 'main' into joh/surroundWith 2022-02-01 09:02:23 +01:00
Benjamin Pasero
35605fb7fc
💄 workbench history service 2022-02-01 09:00:12 +01:00
Benjamin Pasero
bd0040c74d
Smoketest timeout (fix #141918) 2022-02-01 08:02:06 +01:00
meganrogge
36c98407b2
fix #141568 2022-01-31 21:40:43 -06:00
Megan Rogge
65c9f30f3e
fix #141733 (#141914) 2022-01-31 21:24:32 -06:00
Megan Rogge
610db470e9
SLC description -> type (#141913) 2022-01-31 21:24:04 -06:00
Matt Bierner
ce119308e8
Allow using language override for more js/ts settings
Fixes #141912
2022-01-31 18:03:51 -08:00
Matt Bierner
c2af7753f6
Mark some JS/TS prefs as language-overridable
Fixes #139864
2022-01-31 17:48:45 -08:00
Matt Bierner
e7d8e9e856
Use markdownDescription
This text uses markdown
2022-01-31 17:43:02 -08:00
Matt Bierner
1ab6e6fd06
Pass in doc instead of doc uri 2022-01-31 17:41:03 -08:00
Matt Bierner
c33f53e1f2
Pass language desc around instead of modeid 2022-01-31 17:21:55 -08:00
Matt Bierner
2a1274e4a9
Pass around language desc object instead of ids 2022-01-31 17:21:55 -08:00
Matt Bierner
babda1e42e
Align name of languageIds with vscode api 2022-01-31 17:21:55 -08:00
Matt Bierner
42914f99ab
Scope JS/TS inlay hints settings per-resource
Fixes #140414
2022-01-31 17:21:54 -08:00
Matt Bierner
967b65e01f
Use URLSearchParams 2022-01-31 17:21:54 -08:00
haykam821
17900ce21b
Prevent the image preview transparency background from being affected by scaling (#141667)
Fixes #141292
2022-01-31 16:56:42 -08:00
Anton
75629a4f69
Update extensionsRegistry.ts (#141752) 2022-01-31 16:47:58 -08:00
Leonardo
c713056c22
Fixed element detection by checking fragment before and after decoding if necessary (#141848) 2022-01-31 16:47:21 -08:00
Alex Dima
71a20bb216
Disallow importing workbench/api in workbench/services (fixes #141003) 2022-02-01 00:00:25 +01:00
Alex Dima
d6eb7e40e5
Get the proxy to the extension host via IExtHostContext to avoid depending on extHost.protocol.ts (#141003) 2022-01-31 23:53:26 +01:00
Connor Peet
3230212a86
search: fix newline search quantifiers not being preserved
Fixes #137899
2022-01-31 14:31:28 -08:00
Andre Weinand
53f107b850
enable disassemble for remote; fixes #141875 2022-01-31 22:54:08 +01:00
meganrogge
de9ab35ce9
fix failing test 2022-01-31 14:17:21 -06:00
Megan Rogge
5cb6ea9934 fix #141597 2022-01-31 19:32:11 +00:00
Megan Rogge
be50494f70 fix #141775 2022-01-31 19:19:14 +00:00
Alex Dima
e2541e9263
Move extHostCustomers.ts to workbench/services (#141003) 2022-01-31 19:57:21 +01:00
Logan Ramos
6987301e34
Fix #141286 2022-01-31 13:21:25 -05:00
Johannes Rieken
49a109a552
update milestone for API nb 2022-01-31 18:26:23 +01:00
Johannes Rieken
8f793069fd
update my work milestone 2022-01-31 18:20:44 +01:00
Alex Dima
ab3a42aac3
Reduce imports of workbench/api (#141003) 2022-01-31 17:30:04 +01:00
Alex Dima
04cc454cf5
Move extension host IInitData to /workbench/services (#141003) 2022-01-31 17:22:03 +01:00
Alex Dima
fec88d2ccd
Move ExtensionActivationReason to `workbench/services' (#141003) 2022-01-31 17:11:31 +01:00
Alex Dima
afc96a0eba
Move menusExtensionPoint.ts to /workbench/services/ (#141003) 2022-01-31 16:55:45 +01:00
Alex Ross
a1a4c0a63b
Update grammars 2022-01-31 16:52:03 +01:00
Alex Dima
011308ef41
Move extensionHostWorker.ts to /workbench/api/ (#141003) 2022-01-31 16:48:25 +01:00
Alex Dima
24569c613e
Rearrange files to better separate between workbench/api and workbench/services (#141003) 2022-01-31 16:14:21 +01:00
Alex Dima
87140b9f95
Move extensionHostProcess.ts to /workbench/api/ (#141003) 2022-01-31 15:58:39 +01:00
Alex Dima
24081690c2
Use interface instead of implementation for the proxy identifier 2022-01-31 15:44:06 +01:00
Alex Dima
cd9defca8a
Reduce usage of IIdentifiedSingleEditOperation 2022-01-31 15:28:36 +01:00
Alex Dima
67f1f74cd2
Fix monaco.d.ts.recipe 2022-01-31 12:40:35 +01:00
Alex Dima
7254371c38
Move unicodeTextModelHighlighter.ts to /services/ (#141174) 2022-01-31 12:39:48 +01:00
Alex Dima
7c1c530051
Move ILanguageService to editor/languages (#141174) 2022-01-31 12:38:00 +01:00
Alex Dima
0a1335f65a
Extract normalizeIndentation to /core/ (#141174) 2022-01-31 12:22:13 +01:00