Commit graph

83347 commits

Author SHA1 Message Date
Matt Bierner
39dc60dec6
Move notebook empty markdown cell logic into markdown extension 2021-06-08 13:50:10 -07:00
Matt Bierner
30ed48f190
Move notebook markdown styles and shadow root to markdown-it extension 2021-06-08 13:08:44 -07:00
Matt Bierner
078acba108
Remove unused css 2021-06-08 12:57:45 -07:00
Matt Bierner
0db94f5278
Mark most webview message properties are readonly 2021-06-08 12:22:11 -07:00
Matt Bierner
f3f1b226c5
Extract webview messages to own file
This makes it more clear that these types are only meant to be used as types in `webviewPreloads`
2021-06-08 12:16:42 -07:00
Matt Bierner
d99cdc9134
Renaming notebook -> webview messages to be more about markup instead of specific to markdown 2021-06-08 12:08:57 -07:00
Matt Bierner
75df790cb9
Working to make markdown cells less special 2021-06-08 12:02:20 -07:00
Jackson Kearl
04861b41eb
Close #125577 2021-06-08 11:54:24 -07:00
Matt Bierner
97b5db8dba
'vs code' -> 'the editor' in d.ts
Fixes #124361

Also adds a lint rule for this
2021-06-08 11:35:42 -07:00
SteVen Batten
ce87fa4984 fixes #125722 2021-06-08 10:45:37 -07:00
SteVen Batten
a1e83e707b revert to reapply safely 2021-06-08 10:43:39 -07:00
netcon
f1e458a1d7
fix: web typescript extension can not found definitions (#125279) 2021-06-08 10:40:29 -07:00
SteVen Batten
a359d5502c fixes #125722 2021-06-08 10:30:50 -07:00
Jackson Kearl
2daeb4d1ae
Document startupEditor: readme being not resource-scopable.
Closes #124689
2021-06-08 10:25:51 -07:00
Benjamin Pasero
71490cd84c
windows integration tests - use --no-sandbox (#125733) 2021-06-08 19:12:33 +02:00
Matt Bierner
0a57fd87b1
Enable math in markdown preview
Fixes #124783
2021-06-08 09:58:54 -07:00
Matt Bierner
c2602f29d0
Use monospace for code in notebook inline code
Fixes #125300

Makes us use the default monospace font. We can look into using the configured editor font too at some point
2021-06-08 09:58:54 -07:00
Matt Bierner
34f0fcaf52
Rename notebook-markdown-extension to markdown-math
This makes it more clear what this extension is contributing
2021-06-08 09:58:54 -07:00
Ladislau Szomoru
4bafa5d723
💄 remove debug message 2021-06-08 18:48:42 +02:00
Tyler Leonhardt
388b2cbd82
allow a 3rd character for first part of language id 2021-06-08 09:48:23 -07:00
Ladislau Szomoru
d5cb56faf7
#125576 2021-06-08 18:47:11 +02:00
Harald Kirschner
a7cd261de0
Skip logging for high-frequency keybinding commands (#125570) 2021-06-08 09:09:19 -07:00
Johannes Rieken
7e5e5821d8
api notes 2021-06-08 18:01:06 +02:00
Dirk Baeumer
70475bf1b8
Move to dev version of LSIF tooling to support TS 4.4.0 dev version 2021-06-08 17:36:35 +02:00
Henning Dieterichs
294b3bdf16
Revert "Include sinon-test in renderer.html / index.html"
This reverts commit e4e0f8be89.
2021-06-08 17:18:34 +02:00
Henning Dieterichs
e4e0f8be89
Include sinon-test in renderer.html / index.html 2021-06-08 17:16:54 +02:00
Henning Dieterichs
ce5023b635
Merge pull request #124015 from microsoft/hediet/refactor-language-configuration
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json
2021-06-08 16:19:10 +02:00
Alex Ross
1153615700
Fix jumping path separator for drive letter in file picker
Part of #microsoft/vscode-remote-release#5001
2021-06-08 16:10:15 +02:00
Benjamin Pasero
88875325a7
editor drag and drop mitigation for resources without scheme (#124946) 2021-06-08 15:49:17 +02:00
João Moreno
bae654ad1d
scripts/code.sh: disable gpu on wslg 2021-06-08 15:19:04 +02:00
Sandeep Somavarapu
af6befe1d8
Merge pull request #124782 from rluvaton/patch-1
fix regex escaping
2021-06-08 15:10:01 +02:00
isidor
780d809542
Deselect breakpoint in breakpoint view when no longer stopped on it
fixes #125528
2021-06-08 15:02:22 +02:00
Daniel Imms
a525d7e136 Correct another case of resolving not using remote
Part of #125510
2021-06-08 05:56:22 -07:00
Daniel Imms
5f8c13a707 Resolve variables in profile correctly on remotes
Fixes #125510
2021-06-08 05:55:14 -07:00
Daniel Imms
1acefe49a7 Resolve variables for remotes in sendSequence
Fixes #125508
2021-06-08 05:53:11 -07:00
Sandeep Somavarapu
d5ef87d316
Merge pull request #125607 from jeanp413/fix-125606
Fixes error while viewing contributions tab in extensions editor
2021-06-08 14:42:00 +02:00
Daniel Imms
e6efb0b4a9 Set terminal title in ctor for custom pty terminals
Fixes #125729
2021-06-08 05:21:52 -07:00
Sandeep Somavarapu
bdd429183e
Fix #125690 2021-06-08 11:58:31 +02:00
Benjamin Pasero
def1f78a2b
storage - implement clear() properly and add tests 2021-06-08 11:04:32 +02:00
Benjamin Pasero
1b003341ee
🆙 distro 2021-06-08 10:28:53 +02:00
Benjamin Pasero
3650c266f5
pfs - make more methods available via Promises 2021-06-08 10:25:18 +02:00
Johannes Rieken
842cfd780c
make sure to transform notebook data metadata 2021-06-08 09:55:25 +02:00
Sandeep Somavarapu
12db8ca3a4
Fix #125586 2021-06-08 09:26:13 +02:00
dependabot[bot]
5e781aef7a
Merge pull request #125705 from microsoft/dependabot/npm_and_yarn/remote/glob-parent-5.1.2
Bump glob-parent from 5.1.0 to 5.1.2 in /remote
2021-06-08 09:22:46 +02:00
Benjamin Pasero
72fb784f97
code cache - do not configure our loader when using vscode-file protocol 2021-06-08 09:17:50 +02:00
Benjamin Pasero
9636518bbf
code - enable vscode-file protocol and bypassHeatCheck caching (#98682) 2021-06-08 09:12:05 +02:00
Benjamin Pasero
745e354d64
sandbox - implement didUseCachedData when node.js code loading is disabled (#98682) 2021-06-08 09:12:05 +02:00
Martin Aeschlimann
0967708609
Merge pull request #125659 from ryyppy/seti-ui-add-rescript
Update to latest seti-ui & add ReScript to the icon theme
2021-06-08 09:00:40 +02:00
Johannes Rieken
83997253e0
update api notebook for June 2021-06-08 07:59:48 +02:00
Benjamin Pasero
2cb7b42d98
code cache - cleanup in prep for chrome based code loading 2021-06-08 07:39:43 +02:00