Commit Graph

82882 Commits

Author SHA1 Message Date
Henning Dieterichs dcf81c6265 Removes g flag from wordPatterns. 2021-05-31 19:47:57 +02:00
Henning Dieterichs feed53b813 Merge branch 'main' into hediet/refactor-language-configuration 2021-05-31 19:40:48 +02:00
Henning Dieterichs 4093effb9b Merge pull request #124964 from microsoft/alex/ghost-text
ghost text improvements
2021-05-31 19:29:13 +02:00
Henning Dieterichs 79048992ef Adds leftTrim function, fixes bug in inlineCompletionToGhostText. 2021-05-31 18:54:03 +02:00
Henning Dieterichs b1da1fbc8c Merge pull request #124972 from microsoft/hediet/fix-negative-overwriteAfter
Fixes #124742 by ensuring that overwriteAfter is not negative.
2021-05-31 18:09:20 +02:00
Henning Dieterichs 3a259a7a6a The replaced text does only need to be a prefix of the insert text after removing all leading whitespace. 2021-05-31 18:05:45 +02:00
Sandeep Somavarapu 1176faf27f Fix #119265 2021-05-31 17:46:26 +02:00
Martin Aeschlimann 78c865d70d polish remote menu control actions 2021-05-31 17:14:49 +02:00
Henning Dieterichs 67a8548712 Expose the inline completions provider in the monaco editor. 2021-05-31 16:28:44 +02:00
Martin Aeschlimann ae17cc9559 Improve autocompletion for statusBar/remoteIndicator contribution point. Fixes #122566 2021-05-31 15:53:45 +02:00
Dirk Baeumer efcf0eea9b Remove default support from vscode-translations-import 2021-05-31 15:40:37 +02:00
Ladislau Szomoru b55d438426 Fix regression with extension enablement 2021-05-31 15:36:34 +02:00
Christof Marti b7be98705f Update descriptions 2021-05-31 15:35:11 +02:00
Dirk Baeumer 1e57955c79 Remove handling of Default inno setup file 2021-05-31 15:22:01 +02:00
Alex Ross cc8ff11f57 Fix recursion exit condition in variable resolver 2021-05-31 14:48:42 +02:00
Alex Ross 0fde806bf8 Add limited support for variables that resolve to other variables
Fixes microsoft/vscode-remote-release#5007
2021-05-31 14:18:06 +02:00
isidor 594fc814bc update untitled hint to work, use the correct setting name 2021-05-31 13:02:51 +02:00
Henning Dieterichs f68ee48c52 Fixes #124742 by ensuring that overwriteAfter is not negative. 2021-05-31 12:24:42 +02:00
João Moreno edf85f1711 fixes #122402 2021-05-31 11:49:03 +02:00
Henning Dieterichs e9579534bb Only trigger session when typing, not when the model context changes. 2021-05-31 11:29:13 +02:00
Henning Dieterichs 6832b7ec4b Disables rendering visible whitespace due to feedback. This makes ghost text less real. 2021-05-31 11:22:58 +02:00
Henning Dieterichs 7cd53df7d7 Swaps previous and next inline completion actions in the hover menu. 2021-05-31 11:20:26 +02:00
Christof Marti 427f48b8d1 Add prebuild commands 2021-05-31 11:06:49 +02:00
Martin Aeschlimann dea978dd1c custom hover for remote indicator 2021-05-31 09:58:02 +02:00
Martin Aeschlimann 8d41153ffc support custom hover on status bar entries 2021-05-31 09:57:59 +02:00
Johannes Rieken f55a5243a4 don't use console.trace for all... 2021-05-31 09:45:22 +02:00
Johannes Rieken 910d70bb88 print trace for potential cycle, https://github.com/microsoft/vscode/issues/124723#issuecomment-850674813 2021-05-31 09:22:26 +02:00
Henning Dieterichs 94f47f44c9 Merge branch 'main' into alex/ghost-text 2021-05-31 09:06:57 +02:00
Henning Dieterichs d776f0c1eb Fixes border color. Renames to ghostTextBorder/Foreground. 2021-05-30 23:29:42 +02:00
Henning Dieterichs 85f9447b72 Call adjustWhitespace on snippet. 2021-05-30 23:02:19 +02:00
Henning Dieterichs db1bd650dc Don't compute ghost text that is not supported. Thus, no space is reserved for unsupported ghost text. 2021-05-30 23:01:36 +02:00
SteVen Batten 4f3d865a6b refactor for cleaner initialization (#124904)
* refactor for cleaner initialization

* format document
2021-05-30 12:11:47 -07:00
Jackson Kearl ccb0a8c2d9 Revert change in default due to build failures 2021-05-30 11:19:23 -07:00
Jackson Kearl 667e3dd844 Tune getting startred color picker 2021-05-29 10:18:16 -07:00
Jackson Kearl bb5b6afdce Remove "primary" in favor of alway opening the first applicable walkthrough 2021-05-29 10:18:16 -07:00
Jackson Kearl 6adfa8b313 Enable getting started as default startup editor 2021-05-29 10:18:16 -07:00
Benjamin Pasero b2f203113c editors - more alignments across editor inputs 2021-05-29 10:36:49 +02:00
Matt Bierner b0862e9907 Don't include our loader in notebooks (#124864)
Fixes #121245

Adds an exception for jupyter notebooks, which should also adopt using a preload to bring in `require` if needed
2021-05-28 17:31:23 -07:00
Chuck Lantz 26b9218d64 Merge branch 'josola-edit-devcontainer-readme-markdown' into main 2021-05-28 23:58:54 +00:00
Chuck Lantz ad52b3f458 Fix merge conflicts 2021-05-28 23:58:44 +00:00
Chuck Lantz 09d1935b4c Correct dev container info in README 2021-05-28 23:32:55 +00:00
Chuck Lantz 1605d16ee3 Refresh dev container content 2021-05-28 23:27:15 +00:00
Rob Lourens 887ff91a14 Merge branch 'notebook/dev' into main 2021-05-28 14:42:20 -07:00
Matt Bierner 5e7cd99876 Bump TS build version 2021-05-28 13:44:40 -07:00
Miguel Solorio e3354e26ef Whitespace characters are near invisible in High Contrast theme (Fixes #124612) 2021-05-28 20:43:10 +00:00
Alex Dima bb4e83a19a Improve hover stability and handle case where mouse is directly over inline ghosted text 2021-05-28 21:30:05 +02:00
Alex Dima aada268951 update distro 2021-05-28 21:25:51 +02:00
Harald Kirschner 5fe858a229 Workspace trust explainer in getting started 2021-05-28 12:20:51 -07:00
Harald Kirschner f568f5aec3 Avoid scaling down SVGs in Getting Started 2021-05-28 12:20:51 -07:00
Jackson Kearl eb65a93f4b Include import ref to markdown so it gets included in bundle 2021-05-28 12:17:33 -07:00