Johannes Rieken
14704a7e92
adopt API changes in tests and extensions
2021-06-22 14:35:32 +02:00
Christof Marti
cd191c292b
Add cacheFrom ( microsoft/vscode-remote-release#3245 )
2021-06-22 08:45:18 +02:00
Christof Marti
6ceb014b80
updateRemoteUserUID, overrideCommand ( microsoft/vscode-remote-release#2228 , microsoft/vscode-remote-release#1200 )
2021-06-21 16:28:03 +02:00
Kai Maetzel
c200dc4909
fix isNoCorsEnvironment ( #126718 )
2021-06-18 17:36:59 -07:00
Alex Ross
63e1edc203
Add openBrowserOnce to portsAttributes
...
Fixes #124160
2021-06-18 14:56:40 +02:00
Matt Bierner
2ae31a96cf
Add math grammar/language to markdown math blocks
...
Fixes #124719
2021-06-17 18:01:19 -07:00
Matt Bierner
e992821871
Remove console.log
2021-06-17 18:01:19 -07:00
Alex Ross
a414bf2973
Add protocol to tunnel API
...
Part of #124816
2021-06-17 16:13:54 +02:00
Matt Bierner
57d5c9dd0f
Switch back to repeated contribution
...
Fixes #125652
When clause using `||` doesn't seem to work here
2021-06-16 14:26:23 -07:00
Matt Bierner
9d626f12e8
Split MarkdownString out of MarkedString
...
`MarkedString` is deprecated so it's a little confusing that we still use the type in a few places. Instead split out the non-deprecated `MarkdownString` type
2021-06-16 14:26:18 -07:00
Martin Aeschlimann
fe850fbb57
Custom tooltip on the remote indicator. Fixes #126494
2021-06-16 17:47:57 +02:00
Martin Aeschlimann
99f4201e20
test resolver: simplify pause/unpause
2021-06-16 17:47:56 +02:00
Johannes Rieken
b5da2d0f10
extract MarkdownString from MarkedString type, fyi @mjvbz
2021-06-16 14:53:42 +02:00
Matt Bierner
7339e94830
Support https links as jsdoc target
...
Fixes #126180
2021-06-15 15:16:36 -07:00
Matt Bierner
ce275e4f7c
Make sure we encode generated markdown links in jsdoc
...
Fixes #126246
2021-06-15 15:16:35 -07:00
Miguel Solorio
e26870957e
Merge pull request #126288 from microsoft/misolori/list-focus-icon
...
Make list focus icon themeable
2021-06-15 09:22:39 -07:00
Miguel Solorio
97a719dd9b
Make focus icon themeable
2021-06-14 12:47:48 -07:00
Andrea Mah
1664732e44
separated editor scroll info by type and consume entry on access
2021-06-14 13:34:41 -06:00
Matt Bierner
53350bc666
Log exit signal for desktop TS Servers
...
For #125852
2021-06-11 16:45:35 -07:00
Pavel Kulyov
cf7c86de97
extensions/github-authentication: fix typo ( #126072 )
...
Closes : #125468
2021-06-11 18:45:33 +00:00
Alex Ross
57a760e71f
Update grammars
2021-06-11 10:11:40 +02:00
rebornix
7adcbfdd68
Merge branch 'notebook/dev' into main
2021-06-10 14:36:16 -07:00
Oleg Demchenko
61f34055fa
Auth session API fix ( #125792 )
...
* Adjust "provider is not registered" exception behavior
* Process cancellation in GH auth provider
`e.message` is always `undefined`
2021-06-10 20:14:08 +00:00
Johannes Rieken
2c62cbf2cb
Merge branch 'main' into notebook/dev
2021-06-10 11:33:04 +02:00
Daniel Imms
5266c72cd9
Merge pull request #125743 from microsoft/tyriar/119826
...
Re-enable environment variable collection tests
2021-06-09 15:24:43 -07:00
Matt Bierner
bc14fe9e8d
Use templates for markdown styles
...
These styles shouldn't be added into the notebook itself, only into the shadow dom of the markdown cells
2021-06-09 15:17:21 -07:00
大表哥
d48645cf61
fix: areLanguageDiagnosticSettingsEqual always return true ( #125365 )
2021-06-09 08:35:43 -07:00
Johannes Rieken
1669dcee38
Merge branch 'main' into notebook/dev
2021-06-09 09:31:45 +02:00
Johannes Rieken
b64e5eefc0
make output on cancel/interrupt unit tests instead of integration tests, https://github.com/microsoft/vscode/issues/125665
2021-06-09 09:15:52 +02:00
rebornix
bffe6fdf12
Merge branch 'notebook/dev' into main
2021-06-08 14:18:30 -07:00
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
netcon
f1e458a1d7
fix: web typescript extension can not found definitions ( #125279 )
2021-06-08 10:40:29 -07:00
Johannes Rieken
69059186b8
Merge branch 'main' into notebook/dev
2021-06-08 19:23:41 +02:00
Matt Bierner
0a57fd87b1
Enable math in markdown preview
...
Fixes #124783
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
Johannes Rieken
68077e348c
Merge branch 'main' into notebook/dev
2021-06-08 16:44:50 +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
Johannes Rieken
ccb86ac811
default kernels uses cell text as output
2021-06-08 16:16:34 +02:00
Daniel Imms
6913aad2da
Re-enable environment variable collection tests
...
Fixes #119826
2021-06-08 05:45:40 -07:00
Johannes Rieken
78fe62bb76
use more showNotebookDocument, less activeNotebookEditor
2021-06-08 12:05:52 +02:00
Johannes Rieken
606a550a52
have only one kernel by default, bring in other kernels per test and use the assertKernel util to ensure the selected kernel is the wanted kernel
2021-06-08 11:58:40 +02:00
Johannes Rieken
5decc7b3ce
Merge branch 'main' into notebook/dev
2021-06-08 09:55:51 +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
Matt Bierner
3b01e32ca6
Remove :emoji: support in markdown notebooks
...
We added this to test out the new markdown renderers. However I believe it makes more sense to ship this as an extension now
2021-06-07 16:51:05 -07:00
Matt Bierner
a4e9f7e232
Bump target to es2019 in extensions
...
This should be a safe target for our current node version and for web
2021-06-07 16:51:04 -07:00
rebornix
aafce57f5c
consolidate move cell commands.
2021-06-07 16:23:04 -07:00
rebornix
896c26bdb3
Move editor tests to notebook.editor
2021-06-07 16:06:44 -07:00
Emily Marigold Klassen
2f6ee8b71f
chore(typescript-language-features): fix spelling of deprecated ( #125693 )
...
Co-authored-by: Emily M Klassen <forivall@users.noreply.github.com >
2021-06-07 14:45:08 -07:00
Matt Bierner
0ec29f0fcf
Pick up TS 4.4@next for building
...
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00