92197 Commits

Author SHA1 Message Date
Alex Dima
bd369c638e
Add check that the editor's ESM JS files can be loaded in a browser 2022-01-25 15:19:30 +01:00
Connor Peet
2a3b916cc0
debug: bump js-debug 2022-01-24 22:00:10 -08:00
Tyler Leonhardt
9403de257a
proposed api for an idToken on AuthenticationSession. ref #140929 2022-01-24 20:02:31 -08:00
Daniel Imms
81020c318d Ensure command is trimmed of trailing new lines 2022-01-24 16:49:41 -08:00
meganrogge
9614d5d324
fix #141337 2022-01-24 18:48:06 -06:00
Daniel Imms
be423549bf Ensure bash preexec is called once per command 2022-01-24 16:31:14 -08:00
meganrogge
a50bda883f
fix #141099 2022-01-24 18:28:09 -06:00
Daniel Imms
a1f05c89f6 Communicate from shell if it's a windows backend
Part of #140668
2022-01-24 16:10:16 -08:00
SteVen Batten
64551de22b
fix telemtry tests 2022-01-24 15:36:36 -08:00
SteVen Batten
bb6916effb
better panel preferred width 2022-01-24 15:23:27 -08:00
SteVen Batten
ba093a0418
add close button to layout options quick pick 2022-01-24 15:11:39 -08:00
Daniel Imms
593e7af6f5 Add some basic command detection capability tests
Part of #140668
2022-01-24 15:03:07 -08:00
Matt Bierner
2d5062f35e
Update marked 2022-01-24 15:01:53 -08:00
Matt Bierner
b44c6b3e0f
Treat / as relative to current folder for loose md files 2022-01-24 15:01:52 -08:00
SteVen Batten
367c6a16fa
remove machineidfallback 2022-01-24 14:49:46 -08:00
Alex Dima
18aa226586
Adopt ILanguageFeatureDebounceService for invoking DocumentRangeSemanticTokensProviderRegistry (#140557) 2022-01-24 23:49:27 +01:00
Alex Dima
4c876b8bea
Adopt ILanguageFeatureDebounceService for invoking DocumentSemanticTokensProviderRegistry (#140557) 2022-01-24 23:38:04 +01:00
Alex Dima
d9ca662b61
Fixes #141171: Make sure to always set the color map on the TokenizationRegistry, even without a TMGrammarFactory 2022-01-24 23:34:22 +01:00
Martin Aeschlimann
d0eaa89a0f
[html/css/json] update services 2022-01-24 23:00:36 +01:00
rebornix
94585d1500
remove cellTemplate from context. 2022-01-24 12:54:37 -08:00
meganrogge
b60a25439b
fix bash script when PROMPT_COMMAND isn't set 2022-01-24 14:52:24 -06:00
rebornix
6188148954
extract notebook view model interfaces 2022-01-24 12:49:33 -08:00
Alex Dima
ce30f9a6cc
Extract constants to network.ts 2022-01-24 21:07:27 +01:00
Alex Dima
f062e5cc37
Add cookie as a dev dependency because it ends up being needed in unit tests 2022-01-24 21:00:26 +01:00
Connor Peet
3605ce4804
Merge remote-tracking branch 'origin/main' into main 2022-01-24 11:52:03 -08:00
Jackson Kearl
23213de9bb
Remove one copy cat, been getting lots of rate limit errors 2022-01-24 11:51:01 -08:00
Connor Peet
5932ce6cec
testing: fixup sortText pr 2022-01-24 11:44:40 -08:00
Connor Peet
8aee3a2c50
Merge remote-tracking branch 'smcenlly/issue-130882' into main 2022-01-24 11:10:41 -08:00
Raymond Zhao
e80a49a734
polish 2022-01-24 10:04:16 -08:00
Raymond Zhao
ced2441e20
Add a delay, mitigates #141053 2022-01-24 09:51:50 -08:00
Harald Kirschner
a9e136f1f4
New git welcome missing guide (#140293)
New git welcome missing guide & shortening based on feedback
2022-01-24 09:36:55 -08:00
Sandeep Somavarapu
b0ed3906a3
Fix #141279 2022-01-24 18:35:45 +01:00
Logan Ramos
15f211e467
Better useragent cleaning 2022-01-24 12:29:27 -05:00
Brigit Murtaugh
7636ed791d
Update distro 2022-01-24 09:28:56 -08:00
Alex Dima
12ca9894a5
Move connection token validation earlier 2022-01-24 17:37:34 +01:00
Alex Dima
38a7ba7c6d
Move initial logging to setupServerServices 2022-01-24 16:48:58 +01:00
Alex Dima
868bdad96d
Extract service setup to a separate file 2022-01-24 16:38:16 +01:00
Logan Ramos
f3de3821f8
Add user agent cleaning 2022-01-24 10:38:07 -05:00
Sandeep Somavarapu
1577f73256
change tasks as file synchronizer 2022-01-24 16:31:21 +01:00
Joao Moreno
0cdcc7a6eb
fixes #138143 2022-01-24 16:21:51 +01:00
Daniel Imms
bc71f7a343 Increase unit test timeout 7->15 on all platforms 2022-01-24 07:15:16 -08:00
Henning Dieterichs
f98687afbf
Implements IViewZone.afterColumnAffinity to control view zone placement for injected text. Fixes #136316 2022-01-24 16:13:54 +01:00
Henning Dieterichs
14a7dd323b
Revert "Implements IViewZone.afterColumnAffinity to control view zone placement for injected text. FYI @alexdima Fixes #136316"
This reverts commit 37bfeee576353297c5dcadcf978ccc91d354cd63.
2022-01-24 16:11:44 +01:00
Daniel Imms
337101b9b2 Increase integration test timeout for all platforms
Moving from 7 and 10 to 20 on all platforms as 10 can be exceeded on macOS (and
generally Windows is slower too)
2022-01-24 07:07:40 -08:00
Alexandru Dima
54b242dcd7
Fix problem with code-import-patterns on Windows 2022-01-24 16:03:50 +01:00
Henning Dieterichs
37bfeee576
Implements IViewZone.afterColumnAffinity to control view zone placement for injected text. FYI @alexdima Fixes #136316 2022-01-24 16:03:09 +01:00
Joao Moreno
cc64490e52
fixes #139519 2022-01-24 15:59:55 +01:00
Joao Moreno
ea693d4918
fix imports 2022-01-24 15:59:55 +01:00
Johannes Rieken
d72bc04991
Only layout breadcrumbs when needed, workaround for https://github.com/microsoft/vscode/issues/139877 2022-01-24 15:39:04 +01:00
Johannes Rieken
f9e91209d4
allow to pass max-delay to debounce info, defaults to min^2 millis, https://github.com/microsoft/vscode/issues/140557, fyi @alexdima 2022-01-24 15:39:04 +01:00