Commit Graph

87240 Commits

Author SHA1 Message Date
Sandeep Somavarapu 5c97b25a97 fix parsing alpine target platform 2021-09-10 18:19:40 +02:00
Sandeep Somavarapu 8a92e78bdf improve error message 2021-09-10 17:01:41 +02:00
Sandeep Somavarapu e3586ecf1e support alpine linux 2021-09-10 16:06:37 +02:00
Alexandru Dima 3d0c27ca86 Fall back to importScripts if eval is not available (microsoft/monaco-editor#2488) 2021-09-10 15:57:24 +02:00
Alexandru Dima 7de611ff19 Adopt latest loader 2021-09-10 15:55:34 +02:00
Henning Dieterichs c36a85733d Fixes #132017 by resolving style conflicts for ghost text. 2021-09-10 15:53:47 +02:00
Henning Dieterichs 772dda343d Fixes #132438 by explictly handling indentation when computing ghost text. 2021-09-10 15:44:39 +02:00
Benjamin Pasero 281edebdff watcher - enable nsfw by default in insiders (#132483) 2021-09-10 15:14:05 +02:00
Benjamin Pasero 037333c169 editors - add a test for fixing #132859 2021-09-10 15:00:00 +02:00
Benjamin Pasero 7f4ba4a8a4 Editor without resource no longer open in the active group in some cases (fix #132859) 2021-09-10 14:32:49 +02:00
Martin Aeschlimann 534c529c29 Revert "Status bar hover should show instantly. Fixes #129118"
This reverts commit b8b5bcb63b.
2021-09-10 09:57:28 +02:00
Benjamin Pasero 0884da1650 Revert "await terminal creation for exthost"
This reverts commit febea8efd8.
2021-09-10 09:48:59 +02:00
Christof Marti e5ebb48219 Proposed API for now (#111371) 2021-09-10 09:25:12 +02:00
Anton Kosyakov 84ea7afc17 [vscode-ext-api] fix #111371: expose remote authority 2021-09-10 09:20:23 +02:00
Benjamin Pasero 6262da9c94 Open recently closed tab auto pins it when the other group has a pinned tab (fix #132833) 2021-09-10 08:54:44 +02:00
Matt Bierner b653e2a7c0 Don't call asyncRenderCallback if result has been disposed of
Fixes #132816
2021-09-09 20:08:22 -07:00
Matt Bierner 60f4bb6dbb Make sure we dispose of image load listeners
For #132816
2021-09-09 18:43:39 -07:00
Jackson Kearl f7bdb7ce51 Fix #132271
Fix #130412
2021-09-09 18:27:27 -07:00
Matt Bierner ad67ad4530 Show lightbulb when user makes a selection in js/ts 2021-09-09 18:18:00 -07:00
Matt Bierner 74989b2993 Fix organize import for empty file
Fixes #132637

We should not show the lightbulb when auto applying code actions
2021-09-09 18:18:00 -07:00
Rob Lourens e1cd33dda7 Roll back settings row height calc changes
Fix #132430
2021-09-09 17:12:43 -07:00
meganrogge b69c899b55 update distro 2021-09-09 15:51:38 -07:00
Megan Rogge a23c56971e #132774 (#132808) 2021-09-09 15:29:07 -07:00
Matt Bierner c62f59fcae Fix map func not having this bound
Fixes #132703
2021-09-09 15:03:30 -07:00
Matt Bierner 5567b44234 Use JS modules for kernel preloads (#132088)
* Use JS modules for kernel preloads

Fixes #131117

This changes kernel preloads from being global scripts to instead be JS modules. This aligns them with our existing renderer API and should make it easier for people to author preloads that depend on VS Code apis

* Remove top level state and postmessage from kernel context
2021-09-09 14:43:22 -07:00
Justin Wei 0aaedebdb0 Do not fold closing tag (#132316) 2021-09-09 14:27:16 -07:00
meganrogge febea8efd8 await terminal creation for exthost 2021-09-09 14:13:03 -07:00
Rob Lourens ef764973fd Force non-json editor when opening a settings editor with search query specified
Fix #132375
2021-09-09 13:30:03 -07:00
Logan Ramos 4ae3caa588 Update monaco.d.ts 2021-09-09 15:48:34 -04:00
Daniel Imms 761f26fd3e Support :row:col in single match word links
Fixes #132391
2021-09-09 12:43:58 -07:00
Matthew Peveler 72bbe2e748 Docs: Fix grammar on language and value docstrings (#132782)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-09-09 15:21:10 -04:00
Matt Bierner 0b3e72d566 Roll back to last know stable TS version
Current nightly has issues with intl: https://github.com/microsoft/TypeScript/issues/45804

The previous nightly seems to have some regression around types that cause a build failure

Just go back to last known good build for now
2021-09-09 10:42:40 -07:00
meganrogge 75e1b83fe8 add check for undefined 2021-09-09 10:28:13 -07:00
Matt Bierner b2aa5372a8 Go back to previous day TS
Work around regression in intl.2020 types
2021-09-09 10:24:52 -07:00
Matt Bierner c3f0f3f156 Use uint32 to store buffer count
For #131914
2021-09-09 10:03:14 -07:00
Matt Bierner affcb67532 Pick up new TS version 2021-09-09 10:02:55 -07:00
Megan Rogge 6cfc5322a9 make terminal title and description configurable and distinguishable (#132691) 2021-09-09 10:00:00 -07:00
Martin Aeschlimann a3c57abacc status bar hover should not flicker when moving back to item 2021-09-09 18:08:55 +02:00
Martin Aeschlimann b8b5bcb63b Status bar hover should show instantly. Fixes #129118 2021-09-09 16:50:25 +02:00
Andre Weinand e4c2685a27 change bot assignments for debug 2021-09-09 12:28:47 +02:00
Benjamin Pasero 1091af7d65 Split editor: support to update status bar per focused side (fix #132650) 2021-09-09 11:06:35 +02:00
Benjamin Pasero e4970a3bdd editors - rename EditorControl to EditorPanes 2021-09-09 11:06:34 +02:00
Martin Aeschlimann 8af5d85c3b Merge pull request #132523 from AkatQuas/fix/runner
fix: early return on cancellation
2021-09-09 09:42:04 +02:00
Martin Aeschlimann 9ebc659dc1 [css/html] update language services 2021-09-09 09:36:04 +02:00
Sandeep Somavarapu f43d80f02f #126477 add trace statements 2021-09-09 09:23:31 +02:00
Sandeep Somavarapu 23281e6cb0 Revert "@126477 do not poll if channel is not active"
This reverts commit c2f543ff60.
2021-09-09 09:19:23 +02:00
Martin Aeschlimann b7c8113cc4 Merge pull request #132512 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-09-09 09:05:30 +02:00
Martin Aeschlimann 2039be03bf Merge pull request #132508 from AkatQuas/fix/html-language-feature
fix(html-language-feature): remove vague statement
2021-09-09 09:04:10 +02:00
Ladislau Szomoru a4889e61b1 Workspace trust - Add telemetry for workspace trust dialogs (#132530) 2021-09-09 08:59:40 +02:00
Benjamin Pasero 0df5af8338 editors - fix commands for splitting/joining (#132651) 2021-09-09 08:43:17 +02:00