Commit Graph

11641 Commits

Author SHA1 Message Date
Tyler Leonhardt
4735c328d7 add confidence correction for language detection 2021-09-03 14:49:53 -07:00
David Anthoff
426d60625c Add language_info to setKernelSpec 2021-09-03 14:17:27 -07:00
David Anthoff
4f7a2ddf75 Add setKernelSpecAndLanguageInfo to ipynb ext 2021-09-03 13:17:09 -07:00
Logan Ramos
9408062d1a Add active tab test 2021-09-03 15:46:07 -04:00
Logan Ramos
82a3d2645f Skip tabs test 2021-09-03 14:56:52 -04:00
Logan Ramos
5d7f4d3461 Add todo and remove test.only 2021-09-03 14:29:28 -04:00
Logan Ramos
22ca6611bd Add get tabs tests 2021-09-03 13:47:01 -04:00
Matt Bierner
aec6ee09fa Remove eslint disablement in file
" -> '
2021-09-02 16:58:01 -07:00
Matt Bierner
0e52275271 Introduce WebviewOptions.forms
Fixes #132157
2021-09-02 13:24:49 -07:00
Sandeep Somavarapu
961c2e353d remove web extension kind in builtin extensions 2021-09-01 15:09:21 +02:00
Alex Ross
bd2493499d Update C# grammar 2021-09-01 09:14:11 +02:00
Martin Aeschlimann
554182620f Use filenamePatterns in seti update script. Fixes #131650 2021-08-31 18:13:22 +02:00
Martin Aeschlimann
7b14717389 Merge pull request #131856 from adaex/update-seti-icon
Update to latest seti-ui icon theme
2021-08-31 15:18:47 +02:00
John Murray
75e1fa6c43 fix #131427 ignore extension contributions when populating Outline for markdown file (#131572) 2021-08-30 14:13:17 -07:00
Matt Bierner
28bc889cea Use ActivationFunction 2021-08-30 13:54:39 -07:00
Matt Bierner
0ec3d48b70 Use @types/vscode-notebook-renderer 2021-08-30 13:54:39 -07:00
Alex Ross
6ceee3192e Update grammars 2021-08-30 14:45:57 +02:00
Johannes Rieken
2d2b2519ce Merge branch 'joh/next' into main 2021-08-30 09:14:30 +02:00
Aex
eaf74ae6ac Update to latest seti-ui icon theme 2021-08-29 07:11:31 +00:00
Jonah Snider
19512e92cb Fix typo in javascript.inlayHints.propertyDeclarationTypes.enabled description (#131760) 2021-08-27 15:20:20 -07:00
Logan Ramos
8dbad73de5 Update built in extensions telemetry 2021-08-27 15:45:42 -04:00
Logan Ramos
ecc7fdac90 Bump extension telemetry module 2021-08-27 11:29:48 -04:00
Johannes Rieken
f71aba6560 make sure createDiagnosticsCollection doesn't leak RPC, https://github.com/microsoft/vscode/issues/115679 2021-08-27 12:12:53 +02:00
Matt Bierner
cb842dcad0 Pick up TS 4.4 final 2021-08-26 16:02:34 -07:00
Matt Bierner
b2bbd76e80 Fix writing kernelspec
For #130602

I think we need to write it into metadata section instead of the top level
2021-08-25 13:27:02 -07:00
Benjamin Pasero
68daa9669e fix #131535 (#131630) 2021-08-25 10:53:38 -07:00
Henning Dieterichs
80627022a0 Don't colorize brackets in markdown files. 2021-08-25 10:25:47 +02:00
Henning Dieterichs
c7d55735fd Merge pull request #131405 from microsoft/hediet/colorizedBracketPairs
Implements language configurable colorizedBracketPairs property.
2021-08-25 10:23:55 +02:00
Matt Bierner
d082058d44 Add API for setting kernelspec in ipynb files (#131219)
* Add API for setting kernelspec in ipynb files

Fixes #130602

This adds a new API to the built-in ipynb extension that lets other extension set the kernelspec metadata on a notebook file

* Temporarily skip the notebook editor tests

We need the new webview content to be published before these can run

* Use `custom`  instead of top level property
2021-08-24 18:06:53 -07:00
Matt Bierner
d152e72606 Skip webview test on web for now 2021-08-24 18:06:18 -07:00
Don Jayamanne
7bbd66c2d2 Fixes with tests 2021-08-24 17:17:48 -07:00
Don Jayamanne
31abc3784e Revert "Merge pull request #131592 from DonJayamanne/revertPerfFixes2"
This reverts commit 52baabff07, reversing
changes made to 6e930fb6d4.
2021-08-24 17:16:44 -07:00
Don Jayamanne
c397afa3bd Revert "Merge pull request #131035 from DonJayamanne/issue129370"
This reverts commit b23486ef7a, reversing
changes made to 9e0732389b.
2021-08-24 16:27:10 -07:00
Matt Bierner
a024cbcc42 Unskip tests 2021-08-24 15:14:15 -07:00
Matt Bierner
065b5f9715 Don't skip webview tests
Should be fixed now
2021-08-24 15:08:11 -07:00
Don Jayamanne
b23486ef7a Merge pull request #131035 from DonJayamanne/issue129370 2021-08-24 13:51:50 -07:00
Rob Lourens
f4db5eac35 Disable tests that hit the notebook webview (see e4a7f93ed3) 2021-08-24 00:03:09 -07:00
Rob Lourens
2212b766aa Also skip Notebook API Tests (see e4a7f93ed3) 2021-08-23 23:17:54 -07:00
Matt Bierner
e4a7f93ed3 Temporarily skip the notebook editor tests
We need the new webview content to be published before these can run
2021-08-23 19:25:55 -07:00
Matt Bierner
f29bc05bb5 Disable parameter names hints by default 2021-08-23 13:51:10 -07:00
Henning Dieterichs
9f6e7a7e9f Implements language configurable colorizedBracketPairs property. 2021-08-23 15:21:51 +02:00
Ladislau Szomoru
f29238c5f4 Update jschardet package 2021-08-23 10:47:41 +02:00
Daniel Imms
23760f5234 Remove change state event interface
Part of #127717
2021-08-19 14:40:33 -07:00
Don Jayamanne
23cfb0b997 Fixes 2021-08-19 12:23:01 -07:00
Don Jayamanne
6cbf300b65 Fixes 2021-08-19 12:22:08 -07:00
Don Jayamanne
9347bc5c24 More perf fixes after review 2021-08-19 12:20:39 -07:00
Rob Lourens
81a3dceec5 Fix #131113 2021-08-19 08:03:58 -07:00
Martin Aeschlimann
e6a3ae661d html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
Matt Bierner
e802791cf1 Introduce typescript.tsserver.useSyntaxServer
Fixes #131142

This setting replaces `typescript.tsserver.useSeparateSyntaxServer` and officailly documents the syntax only mode on desktop
2021-08-18 18:36:37 -07:00
Matt Bierner
e56fa01346 Switch to dompurify 2021-08-18 16:54:59 -07:00