Commit graph

65914 commits

Author SHA1 Message Date
rebornix
2d367a5015 💄 notebook editor input lifecycle 2020-05-14 19:43:11 -07:00
rebornix
b9c163faee asWebUri. 2020-05-14 17:53:33 -07:00
Matt Bierner
48539eea8b Add extra loging for parameter hints hasDocs
Fixes #97448
2020-05-14 17:03:16 -07:00
Matt Bierner
7a535be863 💄 2020-05-14 17:03:16 -07:00
Andre Weinand
d40066d9cd
Merge pull request #97849 from microsoft/aweinand/breakpointmargin
add breakpointMargin property to cell metadata
2020-05-15 01:10:18 +02:00
Andre Weinand
2111514529 add breakpointMargin property to cell metadata 2020-05-14 23:59:30 +02:00
SteVen Batten
22df24bee1 fix missing cache issue 2020-05-14 14:17:56 -07:00
rebornix
eb2fc34a66 await kernel execution 2020-05-14 14:00:48 -07:00
Alex Dima
e82aba76f8
Extract individual handlers from CodeEditorWidget.trigger 2020-05-14 22:21:48 +02:00
Alex Dima
d8866608a8
Split up Cursor.trigger(...) 2020-05-14 22:21:48 +02:00
Alex Dima
d41a001022
Convert Handler to a const enum 2020-05-14 22:21:48 +02:00
Alex Dima
13194d5c5a
Move more methods through the view model. 2020-05-14 22:21:48 +02:00
Rachel Macfarlane
9e5e032622 Always show confimation dialog on sign out, fixes #96612 2020-05-14 13:00:33 -07:00
Daniel Imms
cb63d2ddc3
Merge pull request #97834 from microsoft/tyriar/97496
Move common parts of editor and terminal hover widget into base ui
2020-05-14 12:54:25 -07:00
Alex Dima
6c49bbf9e8
Move out layer breaking class names 2020-05-14 21:41:09 +02:00
Alex Dima
88bcf236cf
Rename .monaco-editor-hover to .monaco-hover 2020-05-14 21:37:23 +02:00
Alex Dima
12628f1e2b
Rename base file 2020-05-14 21:34:59 +02:00
Alex Dima
0bdb7009d8
Rename HoverWidget.domNode to HoverWidget.contentsDomNode 2020-05-14 21:33:26 +02:00
Alex Dima
7f1224cab2
Avoid extending from BaseHoverWidget 2020-05-14 21:28:31 +02:00
Alex Dima
a2e7af7af5
Get rid of BaseHoverWidget._renderAction 2020-05-14 21:16:46 +02:00
Matt Bierner
f3454d430b Better clean for 452a377c5e 2020-05-14 12:13:31 -07:00
Alex Dima
8f80811325
Push back Escape handling to get rid of BaseHoverWidget.hide() 2020-05-14 21:11:42 +02:00
SteVen Batten
ee183be238 fix double terminal 2020-05-14 11:58:43 -07:00
rebornix
3e2df0a371 hide kernel switcher 2020-05-14 11:06:24 -07:00
Daniel Imms
d1b2607eb2 Rename to BaseHoverWidget 2020-05-14 10:28:37 -07:00
Miguel Solorio
448259f94f Update Codicons: add 'server-process' and 'server-environment' 2020-05-14 09:51:20 -07:00
Rob Lourens
3ec7570762 Prevent 'esc' on cell clearing focus
Other lists allow this but it's too easy to do accidentally
2020-05-14 11:49:47 -05:00
Rob Lourens
93c2e7b0f6 Support relative paths for links/images in markdown
Fix #97813
2020-05-14 11:49:47 -05:00
Johannes Rieken
a0460940fd Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.53 at 2020-05-14T16:12:22.04Z
2020-05-14 18:22:41 +02:00
Sandeep Somavarapu
5dbaaab5ee Fix #90074 2020-05-14 18:20:55 +02:00
Johannes Rieken
47952d5f09 Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.52 at 2020-04-30T14:20:31.767Z
2020-05-14 18:10:46 +02:00
Johannes Rieken
7dc164e03a notebooks - prepare references model and references peek for notebook cell uri rework 2020-05-14 18:08:52 +02:00
Johannes Rieken
d9f1e1d684 chore - allow to dispose iterator iterable 2020-05-14 18:08:52 +02:00
Johannes Rieken
e8e6b13f10 add uri compare, https://github.com/microsoft/vscode/issues/93368 2020-05-14 18:08:52 +02:00
isidor
dc31d5b59e move accessibilityInformation to existing file and reanme to IAccessibilityInformation 2020-05-14 17:31:05 +02:00
isidor
6e50f24e64 vscode api: introduce accessibilityInformation 2020-05-14 17:25:46 +02:00
Martin Aeschlimann
815d94efdc
Merge pull request #81555 from penx/feature/node-module-resolution-for-css-import-parent-folders
CSS - Search in parent folders for node module resolution
2020-05-14 17:01:26 +02:00
Martin Aeschlimann
0fffab3aaa
Merge branch 'master' into feature/node-module-resolution-for-css-import-parent-folders 2020-05-14 17:01:17 +02:00
Benjamin Pasero
869929e8c6 tests - log the actual build used for tests 2020-05-14 17:00:51 +02:00
Alex Dima
798a33f9c6
Have the cursor be driven (with events) by the view model 2020-05-14 16:06:25 +02:00
Alex Dima
cda6e7d7a5
Reduce CursorContext API 2020-05-14 16:06:25 +02:00
Daniel Imms
8f8d9919be Push more into base hover widget 2020-05-14 06:41:31 -07:00
Daniel Imms
5007d89065 Move renderAction to base hover widget 2020-05-14 06:30:51 -07:00
Daniel Imms
e087375492 Create a hover widget in base and extend by editor/term widgets 2020-05-14 06:12:44 -07:00
Jagua
0a7841c45a Fix indentation and typo of json-language server readme 2020-05-14 22:11:26 +09:00
Daniel Imms
71b4653ab6 Move renderAction into ContentHoverWidget 2020-05-14 06:04:01 -07:00
Johannes Rieken
f28e9f6420 remove CellUri#equal 2020-05-14 14:56:10 +02:00
Johannes Rieken
98da332eb6 use vscode-notebook-cell schema, #96745 2020-05-14 14:54:50 +02:00
isidor
37950f15cb debug: only show dynamic configurations that have a label 2020-05-14 14:48:00 +02:00
Johannes Rieken
44c309deb7 remove unused notebook handle 2020-05-14 14:45:27 +02:00