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
Johannes Rieken
3b407e0b6c
move onDidChangeNotebookCellExecutionState into proposed, https://github.com/microsoft/vscode/issues/124970
2021-05-31 11:47:15 +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
8b04a825b4
Merge branch 'main' into notebook/dev
2021-05-31 09:11:57 +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
Rob Lourens
6737ea008f
Change executionState to state
2021-05-29 11:38:45 -07:00
Rob Lourens
6949856b19
Remove API todo
2021-05-29 11:38:26 -07:00
Rob Lourens
038bac01c4
jsdoc for notebook cell statusbar API
2021-05-29 11:38:22 -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
Rob Lourens
ada7147902
Open getting started the first time a notebook is opened
2021-05-28 20:29:29 -07:00
Rob Lourens
08eedafbd6
Finish getting started content
2021-05-28 18:56:25 -07: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
d7a79f0393
Add notebook profiles to Getting Started
2021-05-28 15:22:52 -07: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
isidor
bbc7af7193
fixes #115535
2021-05-28 21:13:12 +02:00
Rob Lourens
3772aeec10
Typo
2021-05-28 12:03:56 -07:00
Alexandru Dima
24143e9132
Merge pull request #124828 from microsoft/alex/ghost-text
...
More Ghost Text Improvements
2021-05-28 21:03:23 +02:00
isidor
868b84ceb9
fixes #124850
2021-05-28 20:35:43 +02:00
isidor
f509e7552a
update classifier
2021-05-28 20:30:43 +02:00
Matt Bierner
676340ffad
Get expected service worker version from renderer instead of main.js
...
Due to caching, it is possible that a webview ends up running an older service worker than the current renderer version. This can be triggered if a user has webview open, updates vs code (to a version that makes service worker related changes), and then has the webview restored. Depending on what was changed in the service worker, this could potentially break the webview
Previously we tried to avoid this by checking a version number stored in `main.js`. However I don't think this is reliable as `main.js` can also be cached.
The fix here to check the sw version against an expected version from the renderer. In code, these two should always be kept in sync
2021-05-28 11:07:56 -07:00
Matt Bierner
3bfa3455a6
Fix incorrect reference when 404 on webview resource
2021-05-28 11:07:55 -07:00
Matt Bierner
445dc50f73
Use unique id for releaseNotes webview
2021-05-28 11:07:55 -07:00
Matt Bierner
1380c0c5e0
Remove unused code for rewriting endpoint
...
This was previously needed when the endpoint was configurable
2021-05-28 11:07:55 -07:00
Rob Lourens
8058ab1a96
Disable consolidated run button by default
2021-05-28 10:58:06 -07:00
Tyler Leonhardt
15616f8d93
refactor codeExchangeProxy to use same route and use it for refresh token as well
2021-05-28 10:35:52 -07:00
Jackson Kearl
a6f4d96b82
Fix #124049
2021-05-28 10:33:05 -07:00
Benjamin Pasero
44a2428084
editors - unset preferred mode/contents before attempting to resolve
2021-05-28 18:47:03 +02:00
Johannes Rieken
c784a74b8b
send Output metadata, not just OutputItem metadata, to renderer
2021-05-28 18:41:40 +02:00
Alex Dima
ea02f214c7
Merge remote-tracking branch 'origin/main' into alex/ghost-text
2021-05-28 18:33:32 +02:00
Alex Dima
dca2b9e2db
Show hover over multiline ghost text
2021-05-28 18:17:47 +02:00
Johannes Rieken
ab1cf30d88
add api-todo code search file
2021-05-28 18:13:05 +02:00