Commit graph

82907 commits

Author SHA1 Message Date
Ladislau Szomoru a4e1a259a2
Fix tests that were not updated 2021-05-31 20:59:30 +02:00
Martin Aeschlimann 91b7e6027a
Move vscode.newWindow & vscode.removeFromRecentlyOpened out of apiCommands. For #110583 2021-05-31 20:09:12 +02:00
Johannes Rieken 2ae32273fd
update my-endgame notebook 2021-05-31 19:49:21 +02:00
Johannes Rieken 0a1046ada4
Merge branch 'notebook/dev' into main 2021-05-31 19:43:49 +02:00
Johannes Rieken 2f253fcc22
more todos 2021-05-31 19:43:18 +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
Johannes Rieken 4ebf68103e
readonly [] over ReadonlyArray... 2021-05-31 16:32:35 +02:00
Henning Dieterichs 67a8548712
Expose the inline completions provider in the monaco editor. 2021-05-31 16:28:44 +02:00
Johannes Rieken 1eef15f0d5
more todos for notebook API... 2021-05-31 16:25:11 +02:00
Johannes Rieken 552d457b71
updated code search file 2021-05-31 16:14:10 +02:00
Johannes Rieken f700cab7c3
💄 2021-05-31 16:10:58 +02:00
Johannes Rieken 2031df2653
rename hasExecutionOrder to supportsExecutionOrder 2021-05-31 16:09:05 +02:00
Johannes Rieken f2fb2b8cbe
rename viewType to notebookType, https://github.com/microsoft/vscode/issues/122922 2021-05-31 15:55:15 +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
Johannes Rieken 220f89ba3c
jsdoc and todos 2021-05-31 15:28:11 +02:00
Dirk Baeumer 1e57955c79
Remove handling of Default inno setup file 2021-05-31 15:22:01 +02:00
Johannes Rieken e1928efbb6
notebook API finalization part1
there is still a bunch of todos which are required because extensions get a tiny bit to adopt, https://github.com/microsoft/vscode/issues/122922
2021-05-31 15:06:05 +02:00
Alex Ross cc8ff11f57
Fix recursion exit condition in variable resolver 2021-05-31 14:48:42 +02:00
Johannes Rieken 2e026cf7c2
more API todos 2021-05-31 14:41:01 +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
Johannes Rieken 355df0eccb
move renderer script and IPC into proposed and merge with general renderer IPC, https://github.com/microsoft/vscode/issues/123601 2021-05-31 13:38:17 +02:00
Johannes Rieken da851abcd6
jsdoc 💄 2021-05-31 13:20:11 +02:00
Johannes Rieken 8d24436283
remove resolved todo 2021-05-31 13:12:52 +02:00
Johannes Rieken 83d5e2bda0
rename namespace to notebooks, https://github.com/microsoft/vscode/issues/122922 2021-05-31 13:06:14 +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
Johannes Rieken 3b407e0b6c
move onDidChangeNotebookCellExecutionState into proposed, https://github.com/microsoft/vscode/issues/124970 2021-05-31 11:47:15 +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 d4161177d9
don't use console.trace for all... 2021-05-31 09:54:00 +02:00
Johannes Rieken 692fb8ab21
print trace for potential cycle, https://github.com/microsoft/vscode/issues/124723#issuecomment-850674813 2021-05-31 09:53: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
Johannes Rieken 8b04a825b4
Merge branch 'main' into notebook/dev 2021-05-31 09:11:57 +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