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
rebornix
c8928f8111
status bar test suite setup.
2021-06-07 14:14:20 -07:00
rebornix
f05512d87e
statusbar suite.
2021-06-07 14:10:34 -07:00
rebornix
8b4a90726d
Merge branch 'notebook/dev' into main
2021-06-07 13:53:10 -07:00
rebornix
5c063c5f83
move document event tests into notebook.document
2021-06-07 13:34:37 -07:00
rebornix
ef62adb3ba
start separating tests.
2021-06-07 12:03:55 -07:00
rebornix
51ccb0434d
multi tabs and custom metadata.
2021-06-07 11:51:19 -07:00
rebornix
6259f7ca84
more showNotebookDocument for workspace edit tests.
2021-06-07 11:45:31 -07:00
rebornix
af4086099f
move towards openNotebookDocument.
2021-06-07 11:30:10 -07:00
rebornix
809dfb41a2
remove join cell test covered by unit test.
2021-06-07 11:10:04 -07:00
Matvii Hodovaniuk
67561036cf
Replace map with forEach ( #115378 )
...
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2021-06-07 11:01:10 -07:00
rebornix
9369a1671f
remove only.
2021-06-07 09:27:02 -07:00
Johannes Rieken
55218295bc
Merge branch 'main' into notebook/dev
2021-06-07 15:42:35 +02:00
Martin Aeschlimann
2fb55257fe
default themes: colorization of string placeholders
2021-06-07 14:07:56 +02:00
Patrick Stapfer
07760352c5
Update to latest seti-ui & add ReScript to icon theme
2021-06-07 13:46:43 +02:00
rebornix
ca92f34eb2
re #125369 . remove use of delete command
2021-06-04 16:17:27 -07:00
Christof Marti
e91439216e
Add "hostRequirements" to schema ( microsoft/vscode-remote-release#5144 )
2021-06-04 22:51:13 +02:00
Christof Marti
63e5b8058a
Async import only once
2021-06-04 21:42:23 +02:00
Eric Amodio
41b1406d3a
Revert parts of "Fix #125395 "
...
Re-enables GitHub extension in untrusted workspaces
From commit 01c6fb557d
2021-06-03 16:51:46 -04:00
Eric Amodio
eab8d0403f
Revert "Fixes #125350 : disallow in untrusted ws"
...
This reverts commit 769e7080f4
.
2021-06-03 16:51:46 -04:00
rebornix
11debc3846
Merge branch 'notebook/dev' into main
2021-06-03 13:32:46 -07:00