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
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
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
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
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
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
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 37bfeee576 .
2022-01-24 16:11:44 +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
Sandeep Somavarapu
2e4701df67
Fix #141096
2022-01-24 15:35:28 +01:00
Henning Dieterichs
e00a9f2b8d
Merge pull request #141146 from microsoft/hediet/inline-completions-bracket-completion
...
inline completions bracket completion
2022-01-24 15:32:29 +01:00
Joao Moreno
54aaf82cc4
fix relative import
2022-01-24 15:23:04 +01:00
Ladislau Szomoru
5f94fa93b2
Tweak sync button style
2022-01-24 15:09:48 +01:00
Tim
f12b5b4536
Fix parseAddress regex ( #140977 )
...
The previous regex was not very good and meant that hostnames containing digits and full stops were not accepted. This one should be more accurate. You can test it [here](https://regex101.com/r/ZVItcq/1 ).
Because regex's are completely unreadable here's how it breaks down:
```
^ - Start
( - Hostname group
[a-zA-Z0-9-]+ - First domain component
(?: - Optional subsequent components
\.[a-zA-Z0-9-]+ - Each subsequent component is a . followed by the component
)* - Any number of subsequent components
: - Port separator
)? - Hostname group is optional
([0-9]+) - Port, which is mandator
$ - End
```
2022-01-24 15:01:04 +01:00
Henning Dieterichs
c913c0f9fc
Fixes compile errors.
2022-01-24 14:49:00 +01:00
Sandeep Somavarapu
d60e1a1575
show message if an extension has no other versions
2022-01-24 14:47:02 +01:00
Alex Dima
ef8700e85e
Reuse extensionHostProcess entry point in the server case
2022-01-24 14:23:43 +01:00
Alex Dima
9908a5dd4e
Rename remoteCli to server.cli
2022-01-24 14:16:07 +01:00
Alex Dima
f52f4b2ee3
Rename remoteExtensionHostAgent to server.main
2022-01-24 14:13:41 +01:00
Alex Dima
81ad1f968d
Do not force that a connection token CLI argument is present
2022-01-24 14:02:41 +01:00
Benjamin Pasero
0f89762b4b
Rename workbench.web.api.* to workbench.web.main.* ( #141263 )
...
* web - rename entry file
* web - rename entry file also for server
* rename main entry in copy
2022-01-24 12:45:49 +01:00
Sandeep Somavarapu
b9cee5d95a
remove unused telemetry events
2022-01-24 12:42:58 +01:00
Johannes Rieken
87123c49a1
fix https://github.com/microsoft/vscode/issues/139410
2022-01-24 12:15:41 +01:00
Martin Aeschlimann
a23311b33f
Merge pull request #141162 from microsoft/joh/adaptiveFolding
...
use adaptive `IFeatureDebounceInformation` for folding
2022-01-24 11:48:01 +01:00
Johannes Rieken
a81c3b045d
fix https://github.com/microsoft/vscode/issues/140907
2022-01-24 11:26:14 +01:00