Johannes Rieken
|
cec19dcfdc
|
remove unused types
|
2021-06-07 16:50:56 +02:00 |
|
Johannes Rieken
|
10442e00b4
|
extract ExtHostNotebookEditorShape into its own thing
|
2021-06-07 16:25:03 +02:00 |
|
Johannes Rieken
|
55218295bc
|
Merge branch 'main' into notebook/dev
|
2021-06-07 15:42:35 +02:00 |
|
Johannes Rieken
|
826f9e99a4
|
remove old mime types, application/x.notebookABC
|
2021-06-07 15:42:32 +02:00 |
|
Benjamin Pasero
|
666ce447cb
|
telemetry - avoid sync fs APIs for building CLI telemetry message
|
2021-06-07 15:32:35 +02:00 |
|
Johannes Rieken
|
3d377570fa
|
fix https://github.com/microsoft/vscode/issues/125581
|
2021-06-07 15:32:03 +02:00 |
|
Johannes Rieken
|
229f018be9
|
don't use recursion for _entries, https://github.com/microsoft/vscode/issues/124723
|
2021-06-07 14:51:37 +02:00 |
|
Alexandru Dima
|
692ffc0225
|
Merge pull request #125446 from microsoft/alex/character-mapping
Improve `CharacterMapping`
|
2021-06-07 14:40:09 +02:00 |
|
Daniel Imms
|
2cb62f2b10
|
Merge pull request #125505 from microsoft/tyriar/new_terminal_menu
Hide terminal menu if no process support is registered
|
2021-06-07 05:15:10 -07:00 |
|
Martin Aeschlimann
|
2fb55257fe
|
default themes: colorization of string placeholders
|
2021-06-07 14:07:56 +02:00 |
|
Henning Dieterichs
|
c9f695b596
|
Adjusts inline completions color. Fixes #125646.
|
2021-06-07 13:21:03 +02:00 |
|
Johannes Rieken
|
f2fe357377
|
fix test failure
|
2021-06-07 13:06:43 +02:00 |
|
Henning Dieterichs
|
2ee2163ff6
|
Merge pull request #125638 from microsoft/hediet/inline-completions-fix
Fixes flickering of inline completions, leaking disposable and context keys.
|
2021-06-07 12:47:53 +02:00 |
|
Johannes Rieken
|
32106ee154
|
drop links with paths longer than 50'000 characters, https://github.com/microsoft/vscode/issues/124942
|
2021-06-07 12:28:26 +02:00 |
|
Henning Dieterichs
|
b5669c77b6
|
Merge pull request #125645 from microsoft/hediet/fix-no-focus-after-commit
focusing editor after committing suggestion.
|
2021-06-07 12:16:54 +02:00 |
|
Alex Ross
|
34b92236ff
|
Refresh task state more often when folders change (#125390)
Fixes microsoft/vscode-remote-release#5128
|
2021-06-07 12:06:27 +02:00 |
|
Alex Ross
|
a8fb2993c7
|
Align path service defaltUriScheme
Fixes #125366
|
2021-06-07 12:05:28 +02:00 |
|
Benjamin Pasero
|
963848d26a
|
🆙 distro
|
2021-06-07 11:36:27 +02:00 |
|
Alex Ross
|
65198f945f
|
Use path service in configuration resolver
|
2021-06-07 11:26:24 +02:00 |
|
Johannes Rieken
|
9bb711d3b6
|
re-throw and dispose reference when resolving failed
|
2021-06-07 11:24:31 +02:00 |
|
Benjamin Pasero
|
ddcbe5caee
|
file change event - remove some unused methods (#124723)
|
2021-06-07 11:16:54 +02:00 |
|
João Moreno
|
24af065d97
|
AsyncReferenceCollection<T>
related to #125550
|
2021-06-07 11:12:59 +02:00 |
|
Benjamin Pasero
|
e5e83321c1
|
debt - access some of our versions of fs APIs via new Promises class
|
2021-06-07 11:02:35 +02:00 |
|
Johannes Rieken
|
3f037ae20b
|
Revert "print trace for potential cycle, https://github.com/microsoft/vscode/issues/124723#issuecomment-850674813"
This reverts commit 692fb8ab21.
|
2021-06-07 10:48:41 +02:00 |
|
Ladislau Szomoru
|
497c67fd5e
|
Update distro
|
2021-06-07 10:38:36 +02:00 |
|
Johannes Rieken
|
2b164efb0e
|
fix https://github.com/microsoft/vscode/issues/125545
|
2021-06-07 10:34:57 +02:00 |
|
Johannes Rieken
|
f9c8ac8132
|
update my-work notebook
|
2021-06-07 10:30:53 +02:00 |
|
Henning Dieterichs
|
8d4e92f8ab
|
Reverts debounce timeout to 50ms.
|
2021-06-07 10:02:45 +02:00 |
|
Ladislau Szomoru
|
b003560579
|
Use --disable-workspace-trust for the test runs
|
2021-06-07 09:59:26 +02:00 |
|
Henning Dieterichs
|
2b0827321d
|
Fixes #125524 by focusing editor after commit.
|
2021-06-07 09:25:31 +02:00 |
|
Benjamin Pasero
|
f84cd8f427
|
Merge pull request #125611 from bpasero/ben/june1
June debt
|
2021-06-07 07:15:47 +02:00 |
|
Henning Dieterichs
|
4132f13058
|
Fixes flickering of inline completions, leaking disposable and context keys.
|
2021-06-07 00:41:30 +02:00 |
|
Ladislau Szomoru
|
0cee694bd9
|
Revert the change to calculateWorkspaceTrust()
|
2021-06-06 21:34:01 +02:00 |
|
Ladislau Szomoru
|
e2d0e05038
|
Do not run yarn install as part of the smoke tests
|
2021-06-06 21:14:37 +02:00 |
|
Benjamin Pasero
|
ad60f647d9
|
web - implemented indexedDB based storage service
|
2021-06-06 08:27:13 +02:00 |
|
Ladislau Szomoru
|
da65c67063
|
#125527
|
2021-06-05 20:58:06 +02:00 |
|
Alex Dima
|
8d536ff248
|
Fixes #121436
|
2021-06-05 20:13:43 +02:00 |
|
Ladislau Szomoru
|
0a0a86784f
|
Only use the empty window setting if it is set to true
|
2021-06-05 16:33:22 +02:00 |
|
rebornix
|
ca92f34eb2
|
re #125369. remove use of delete command
|
2021-06-04 16:17:27 -07:00 |
|
rebornix
|
bf82ac0c0d
|
handle focus/selection update from applyEdits.
|
2021-06-04 16:14:09 -07:00 |
|
Alexandru Dima
|
ea27780634
|
Merge pull request #125564 from microsoft/alex/fixes-121191
Avoid prompting and use a hover participant for long lines that are not tokenized
|
2021-06-04 23:58:41 +02:00 |
|
Alexandru Dima
|
b543f8cab3
|
Fixes #121191: Change notification to a hover
|
2021-06-04 23:42:46 +02:00 |
|
Alexandru Dima
|
81fb2bd5ca
|
Always create loading message
|
2021-06-04 23:25:46 +02:00 |
|
Christof Marti
|
e91439216e
|
Add "hostRequirements" to schema (microsoft/vscode-remote-release#5144)
|
2021-06-04 22:51:13 +02:00 |
|
Alexandru Dima
|
c74e4bd895
|
Merge pull request #125560 from microsoft/alex/fix-121188
Fixes #121188: Only delete empty final lines
|
2021-06-04 22:49:13 +02:00 |
|
meganrogge
|
2dfd9d82ad
|
bump vscode bersion
|
2021-06-04 13:48:52 -07:00 |
|
Alexandru Dima
|
9550d003a6
|
Fixes #121188: Only delete empty final lines
|
2021-06-04 22:33:41 +02:00 |
|
meganrogge
|
5c12464db9
|
don't involve terminalService
|
2021-06-04 13:32:40 -07:00 |
|
Christof Marti
|
63e5b8058a
|
Async import only once
|
2021-06-04 21:42:23 +02:00 |
|
Alexandru Dima
|
ff9dd60caf
|
Fix issue with whenIsEntirelyIncluded
|
2021-06-04 21:38:15 +02:00 |
|