Commit graph

11595 commits

Author SHA1 Message Date
Martin Aeschlimann c2f44d476b
Merge pull request #135484 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-10-21 13:05:17 +02:00
Joyce Er b97ab80c18
Fix typo in PAT auth flow error message 2021-10-20 16:37:02 -07:00
Connor Peet f883017206
debug: make serverReadyAction multi-session aware
Fixes #109171
2021-10-20 16:03:02 -07:00
Matt Bierner 17dc026824
Fix a few more cases of math block highlighting
Fixes #135254
2021-10-20 15:56:28 -07:00
Matt Bierner c38d441d37
Make sure inline math is marked as markdown-math
For https://github.com/microsoft/vscode/issues/134893#issuecomment-947669488
2021-10-20 14:22:44 -07:00
Matt Bierner 3dc7b03ff9
Allow leading and trailing math on same line as math block
Fixes #134893
2021-10-20 14:17:46 -07:00
Matt Bierner 04f51add61
Disable markdown math inside of raw code blocks
For #135254
2021-10-20 13:29:28 -07:00
Logan Ramos 514ad0acf0
Fix #135422 2021-10-20 15:18:46 -04:00
Martin Aeschlimann 510b49e1da New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190. Fixes #119538 2021-10-20 19:17:07 +02:00
Raymond Zhao fc504f3af3
Fix when clauses for Emmet commands 2021-10-20 09:02:28 -07:00
Aex 56deb2ac17 Update to latest seti-ui icon theme 2021-10-20 15:32:24 +00:00
Henning Dieterichs 792df9da2f
Fixes #135125 by not colorizing any bracket pairs in html. 2021-10-20 16:08:11 +02:00
Matt Bierner 2ae9352ae3
Try to avoid opening text documents just to process diagnostics
To handle JS/TS diagnostics, we currently use the language mode of an open text document. This should always be correct, but also causes us to open text documents that we don't need to

This change instead tries using the file extension first before falling back to use the text document. Using the file extension is not strictly correct since users can setup weird file associations, but should be ok for the vast majority of use cases

Investigated as part of #101885
2021-10-19 17:54:23 -07:00
Matt Bierner 8fc2a8d2ce
Fix comment 2021-10-19 17:54:23 -07:00
Raymond Zhao 7f8d465069
Fixes #134149
- Add more Emmet onCommand activation points
- Only let Emmet commands show up in files
2021-10-19 16:07:27 -07:00
Tabitha Larkin fba6ce545e
Add colorized bracket highlighting colours (#132494) 2021-10-19 05:48:39 -07:00
Matt Bierner 7bc28074bf
Exclude tr from markdown hover
Fixes #135278
Fixes #135037
2021-10-18 17:13:44 -07:00
Martin Aeschlimann b53c8e1d99
Merge pull request #135188 from JaredNeil/jaredneil-fix-bazel-icon
Update seti-ui for Bazel icon fix
2021-10-18 14:28:38 +02:00
Martin Aeschlimann a946f9e643
fix for #134873 2021-10-15 23:57:54 +02:00
Damian Cyntler a12e9cd91e
Fix zoom-out on an image [#131080] (#134706) 2021-10-15 14:38:38 -07:00
Jared Neil 65f21ad59f Update seti-ui for Bazel icon fix 2021-10-15 15:07:04 -06:00
Martin Aeschlimann a78567110c
html: polish reading of settings 2021-10-15 20:11:06 +02:00
Martin Aeschlimann 8d70e049dd
Merge pull request #129284 from ssigwart/noQuotes
Add doNotAddAttributeQuotes setting to disable automatic quotes
2021-10-15 19:56:02 +02:00
Martin Aeschlimann b1c3c96901
Merge pull request #135050 from sean-mcmanus/patch-1
Update package.json
2021-10-15 19:47:33 +02:00
Raymond Zhao 5e2605f0e3
Bump emmet-helper 2021-10-15 10:41:13 -07:00
Megan Rogge 5350eaa205
skip failing test 2021-10-15 09:41:50 -07:00
Benjamin Pasero 1afe238fed
comment out failing test (#135157) 2021-10-15 13:40:33 +02:00
Matt Bierner e125508f86
Update colorization test results
Turns out the results differ if you run the tests in VS Code insiders VS from the cli :(
2021-10-14 17:05:08 -07:00
Matt Bierner 41df0673f8
Allow spaces in katex commands
Fixes #128411
2021-10-14 16:00:00 -07:00
Matt Bierner 6ae9e9d86c
Add more specific check for lib files on web 2021-10-14 10:10:55 -07:00
Matt Bierner b7c340f119
Simplify import path 2021-10-14 09:32:35 -07:00
Matt Bierner c986aef642
Remove .only and fix fragment used when opening file
Keeping the fragment causes a duplicated file to be opened
2021-10-13 19:33:56 -07:00
Matt Bierner 830987eac3
Refactor document link opening
- Extract out of command
- Try to preserve uri instead of converting to path
- Better handle case with absolute file path when there is no workspace
2021-10-13 19:27:35 -07:00
Matt Bierner d1f72b5420
Try to clairify how md links are resolved
For #101203

The current logic ends up tossing out the uri scheme and other important info when opening md links. This PR tries to avoid that
2021-10-13 19:00:19 -07:00
Sean McManus ae1bfc57d1
Update package.json
%html.format.wrapAttributesIndentSize.desc% contains markdown text.
2021-10-13 16:48:42 -07:00
Tyler Leonhardt a4a3e4e8b0
remove async executor of Promise ref #134873 2021-10-13 09:09:24 -07:00
Henning Dieterichs 1a2749d798
Fixes #132802 by making maxTokenizationLineLength configurable per language and reducing the default for TypeScript. 2021-10-13 16:19:54 +02:00
Matt Bierner 8b2b819f55
Update test case 2021-10-12 17:29:53 -07:00
Matt Bierner 5d60bcd241
Fix null type error 2021-10-12 17:02:06 -07:00
Lemmingh d3ceb35bec
Add source map for every possible element in the Markdown preview (#134799)
* Update markdown-it and type definitions

* Refresh the source map mechanism in `markdownEngine.ts`
2021-10-12 16:25:56 -07:00
Rob Lourens cee08d43d0 Avoid async promise executor
#134873
2021-10-12 15:04:11 -07:00
Matt Bierner fc7a9d1309
Add missing change 2021-10-12 12:18:34 -07:00
Matt Bierner d8091da23c
Simplify _onDidChangeInlayHints firing 2021-10-12 12:11:34 -07:00
Don Jayamanne 79a3586d6c
Add cell_ids for ipynb with nbformat >= 4.5 (#134835) 2021-10-12 09:35:05 -07:00
Alexandru Dima d89101fcaa
Merge pull request #134856 from yume-chan/patch-1
Fix a typo in npm extension package.json
2021-10-12 17:32:46 +02:00
Johannes Rieken 7283f5cb7c
fix https://github.com/microsoft/vscode/issues/130057 2021-10-12 13:12:11 +02:00
Benjamin Pasero 3cda269c80 ESlint: enable no-async-promise-executor (#134873) 2021-10-12 10:50:44 +02:00
Simon Chan c6e447b350 Fix a typo in npm extension package.json 2021-10-12 12:27:25 +08:00
Matt Bierner 8b688986b7
Enable rendering of bare math blocks in notebooks
Fixes #133390

Adds support for math blocks that just start with `\begin` instead of being wrapped in dollar signs
2021-10-11 19:08:44 -07:00
Raymond Zhao 68013971ff
Add language mapping as param to getEmmetMode
Fixes #127996
2021-10-11 15:38:12 -07:00
Connor Peet 9176be11bc
debug: don't active js-debug unnecessarily
Fixes https://github.com/microsoft/vscode-js-debug/issues/1106
2021-10-11 15:28:26 -07:00
Matt Bierner f47ae9e324
Disable dynamic routing when experimental project wide diagnostics are enabled
Fixes #132121

We don't track project loading state properly when project wide diagnostics are enable. Just disable it for now since this is an experimental feature
2021-10-11 14:50:28 -07:00
João Moreno a390f81744
no hack is better hack
Co-authored-by: Tyler <TylerLeonhardt@users.noreply.github.com>
2021-10-11 18:02:36 +02:00
Johannes Rieken 5dcc08052c
change back onDidChaonDidChangeInlayHints, ignore events for model for which a request is currently pending, https://github.com/microsoft/vscode/issues/13043 2021-10-11 10:32:00 +02:00
Raymond Zhao 8919d390eb
Fix #130868 2021-10-08 14:14:14 -07:00
Jim Griesmer 845af8a5c3
Enlarge small markdown text size - trivial change (#134550)
* Enlarge small markdown text size - trivial change

* Didn't intend to change h1 line height

* Simplify font-size story for h1, h2, h3 and p
2021-10-08 12:29:39 -07:00
Matt Bierner 14f72608c0
Remove definition list snippet
#134611

This is non-standard md and was incorrectly added. Instead the snippet should be included by whatever extension introduces support for this syntax
2021-10-08 12:24:20 -07:00
Tyler Leonhardt 5364c56768
include insiders.vscode in nocors 2021-10-08 11:32:28 -07:00
Raymond Zhao 1fff41e37c
Use actual value
Fixes #128110
2021-10-08 09:02:18 -07:00
Martin Aeschlimann 7aaa2474eb
JSON Schema validation https failed without details. Fixes #127769 2021-10-08 12:03:03 +02:00
Matt Bierner 0dae77d06e
Enable markdown links with line numbers to non-md files
Fixes #125320
2021-10-07 18:35:09 -07:00
Matt Bierner ecae847b95
Fix navigate in untitled files 2021-10-07 18:14:16 -07:00
Matt Bierner d8507236f1
Rewrite logic for opening markdown document links
Fixes #133823

This rewrites openDocumentLink to use `stat` to check if files exists before trying to open them. This lets us avoid showing extra error popups while trying to open resources
2021-10-07 18:10:05 -07:00
Matt Bierner 710e0d4d9c
Add mjs/cjs and mts/cts to path based language mode checks 2021-10-07 17:47:17 -07:00
Matt Bierner 62d631a165
Add serializer for simple browser
Fixes #119057
2021-10-07 16:49:33 -07:00
Raymond Zhao f542a0e83a
Update emmet-helper dependency
Fixes #117519
Fixes #131966
2021-10-07 16:30:17 -07:00
Raymond Zhao c359130500
Change emmet.extensionsPath to machine-overridable
Affects #117519
2021-10-07 16:30:15 -07:00
Gerrit Birkeland 3629e68250
Fix rendering of @example comment blocks (#132821) 2021-10-07 16:22:36 -07:00
Raymond Zhao f25fd50e22
Add > to Emmet expand suggestions
Fixes #120566
2021-10-07 08:34:51 -07:00
Matt Bierner 91132cab87
Use | undefined instead of ? for some readonly properties on objects that we control
For #124362

This includes:

- Event objects
- Context objects passed to providers
- Managed objects such as `TextEditor`
2021-10-06 19:08:22 -07:00
Raymond Zhao 665e0adaec
Add update tag placeholder.
Fixes #128110
2021-10-06 16:41:17 -07:00
Raymond Zhao 59bcc6a556
Ignore Emmet test workspace
Fixes #134112
2021-10-06 14:49:01 -07:00
Raymond Zhao 982e1af4ac
Change various Emmet settings to be resource scope
Affects #117519
2021-10-06 14:38:45 -07:00
Matt Bierner 8a600adb5c
Register .cts and .mts as TypeScript files
For https://github.com/microsoft/TypeScript/pull/44501
2021-10-06 14:33:36 -07:00
Raymond Zhao 7ff3cc58d6
Add specific activation languages
Fixes #133194
2021-10-06 12:22:37 -07:00
Raymond Zhao 748a753aa0
Don't show completion on comment lines
Fixes #117888
2021-10-06 11:24:32 -07:00
Matt Bierner 78c627f1c9
Trigger inlay hints for all visible JS/TS editors when one changes
Fixes #130430
2021-10-05 12:20:42 -07:00
Miguel Solorio b074a8af98 Fix #86965 2021-10-04 15:27:25 -07:00
Matt Bierner eb5ec1b324
Use warning for partial mode language status item 2021-10-04 09:19:47 -07:00
Logan Rasmussen 35ea6c0cf5
Remove angle brackets when checking the scheme (#133419)
* Remove angle brackets when checking the scheme

This only removes the brackets during the scheme check if the initial link provided actually has angle brackets.

* Move angle bracket logic to document link file

Change to use replace instead of match for easier reading
2021-10-04 08:31:52 -07:00
Matt Bierner 9990843822
Disable non syntax errors in files that don't have semantic capabilities (#134175)
If we're on a host that supports semantic checking, but in a file that doesn't support semantic errors, we currently don't want to report semantic errors since these will likely complain about imports and other undefined symols
2021-10-04 08:11:16 -07:00
Johannes Rieken f8e953fdff
adopt API breakage of onDidChangeInlayHints 2021-10-04 12:59:25 +02:00
Logan Ramos a4342f3add
Bump telemetry module 2021-10-01 16:52:56 -04:00
Matt Bierner 5fc835305a
Re-enable webview tests on web (#134300)
* Enable webview tests on web

These tests pass fine on Chrome and webkit. On Firefox, the two about loading resources currently fail

I spent a while trying to debug what is going on with these tests. It seems like the service workers is registered properly but `fetch` is never called on it. Skipping these for now

* Remove only

* Fix test
2021-10-01 12:32:29 -07:00
Matt Bierner 12167d7ce8
Note required TS version of JSX completion setting 2021-09-30 17:20:27 -07:00
Matt Bierner 595bc1d56b
Fix fragment being dropped from in-memory js/ts resources
Some documents (specifically notebook cells) use the fragment to identify different document parts

Make sure we preserve this
2021-09-30 11:49:08 -07:00
Christof Marti 71089dc095 Wording (microsoft/vscode-remote-release#5530) 2021-09-30 16:47:00 +02:00
Martin Aeschlimann ab55b573ea
add tag closing for tsx (for #34484) 2021-09-30 11:17:42 +02:00
Martin Aeschlimann 801dff2f3b
[html] auto close triggers on undo/redo and breaks undo/redo history. Fixes #34484 2021-09-30 11:10:09 +02:00
Eric Amodio 051a07a0c9 Forgot to bump limit to 10K 2021-09-30 01:12:28 -04:00
Eric Amodio 2306ad1ef4 Fixes #129669: new setting to control status limit
Also bumps the default from 5000 to 10,000
2021-09-30 01:04:30 -04:00
Matt Bierner 6fed60f8f4
Fix formatting
Introduced by PR
2021-09-29 21:32:20 -07:00
Stephen Sigwart 2b3f9adf88
Fix typescript NLS JSON (#134179) 2021-09-29 21:13:03 -07:00
Stephen Sigwart ba48f5c1f0 Update to match new enum 2021-09-29 23:16:07 -04:00
Stephen Sigwart c5d3ad08f0 Switch to settings.html.completion.attributeDefaultValue 2021-09-29 21:44:16 -04:00
Stephen Sigwart 40b976f056 Add doNotAddAttributeQuotes setting to disable automatic quotes 2021-09-29 21:44:16 -04:00
Don Jayamanne fc7adcf92a
Merge pull request #134168 from DonJayamanne/removeBuiltInLatex
Remove built-in latext output rendering in nb
2021-09-29 16:33:40 -07:00
Armando Aguirre 7fdc489e08
Add jsxAttributeCompletionStyle setting (#133920)
* Add jsxAttributeCompletionStyle setting

* Apply suggestions from code review

Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>

Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2021-09-29 16:20:23 -07:00
Don Jayamanne d2c7e3d06f Remove built-in latext output rendering in nb 2021-09-29 16:02:47 -07:00
Matt Bierner fa27356174
Update link 2021-09-29 08:45:48 -07:00
Matt Bierner ece191d76f
Use correct project types for javascript projects 2021-09-29 08:42:59 -07:00
Christof Marti b085e1c21e Add "features" property to schema (microsoft/vscode-remote-release#5442) 2021-09-29 11:03:00 +02:00
Philipp Nagel e58932d492
Recognize .pyt files in Python extension (#133546) 2021-09-29 00:51:42 -07:00
Matt Bierner c03da8b023
Add consolidated IntelliSense status item
Fixes #133731
2021-09-28 18:30:47 -07:00
Matt Bierner c6d45158c5
Spelling 2021-09-28 16:59:04 -07:00
Eric Amodio 6fe68a2b0c Fixes #133974: SCM - sync changes button 2021-09-28 15:10:57 -04:00
Martin Aeschlimann e653defeca
[html/css] update services 2021-09-28 17:55:59 +02:00
Eric Amodio 214ac689ca Fixes type 2021-09-28 00:48:28 -04:00
Eric Amodio 51bd88d8f2 Adds git.showUnpublishedCommitsButton setting 2021-09-28 00:13:51 -04:00
Alex Dima bfc02befad
Revert "Update highlightjs"
This reverts commit 436f9d38b0.
2021-09-28 00:59:21 +02:00
Matt Bierner 436f9d38b0
Update highlightjs 2021-09-27 15:43:26 -07:00
Matt Bierner 124f1ef74e
Remove extra check for non-nullable param 2021-09-27 15:43:25 -07:00
Matt Bierner 8731be5e78
Fix errors in untitled JS/TS files 2021-09-27 14:09:31 -07:00
Matt Bierner 1aa23f12ac
Only show capabilities item when in single file mode
For #133731

No need to show this normally since project intellisense is the default
2021-09-27 13:39:26 -07:00
Matt Bierner f47586563e
Show loading spinner while loading status of tsconfig for current file 2021-09-27 13:39:25 -07:00
Ikko Ashimine 437b6ce304
Fix typo in completions.test.ts (#133401)
backets -> brackets
2021-09-27 12:23:56 -07:00
Martin Aeschlimann e29f8d7d14
[css/html/json] update service 2021-09-27 21:02:20 +02:00
Logan Ramos 26ba13ff98
Fix + re-enable close tests 2021-09-27 10:52:47 -04:00
Eric Amodio 55c726b53e Adds scm action button
Refs: #110882
2021-09-27 01:16:09 -04:00
Tyler Leonhardt 8c6e828a8e
update randombytes reference 2021-09-25 10:30:55 -07:00
Don Jayamanne 6f7d3aaacf
Merge pull request #133762 from microsoft/crlf 2021-09-24 14:15:02 -07:00
Don Jayamanne fd910caaf2 Support nbformat 4.5 2021-09-24 13:16:03 -07:00
Logan Ramos d2c8185df9
Skip tab close test for now 2021-09-24 15:57:24 -04:00
Logan Ramos 7800296d17
Add close to tab model 2021-09-24 15:53:38 -04:00
Don Jayamanne 217e74508d add new line 2021-09-24 12:48:03 -07:00
Don Jayamanne 0bf3b221ca Fix unnecessary changes 2021-09-24 12:45:03 -07:00
Don Jayamanne 3e10e0c49b oops 2021-09-24 10:51:16 -07:00
Don Jayamanne 2f43876783 Ensure nb cell source uses LF instead of CRLF 2021-09-24 10:35:22 -07:00
Alexandru Dima d02ba46704
undo bad change 2021-09-24 16:21:50 +02:00
Alexandru Dima be33a77d8c
Use onDynamic* instead of onScoped* for events that are returned from method calls (#133445) 2021-09-24 16:16:28 +02:00
Logan Ramos cbe175f438
Fix tests attempt number two 2021-09-24 10:12:52 -04:00
Logan Ramos ce7c00f4fb
Fix integration tests 2021-09-24 09:43:06 -04:00
Logan Ramos 620a61f5a3
Add more move tests 2021-09-24 09:09:35 -04:00
Tyler Leonhardt ab184912e6
make sure we splice the sessions if they have the same set of scopes for github authentication 2021-09-23 16:46:31 -07:00
Don Jayamanne cb70ab5526
Merge pull request #133464 from DonJayamanne/textLatex 2021-09-23 15:13:16 -07:00
Logan Ramos 927a28da01
Add tab move tests 2021-09-23 15:35:34 -04:00
Logan Ramos 282f499c22
Update extension telemetry module 2021-09-23 11:26:57 -04:00
Alex Ross a15378a9db
Allow tunnel providers to define port privacy options (#133677) 2021-09-23 16:24:51 +02:00
Johannes Rieken ba961427c3
fix https://github.com/microsoft/vscode/issues/132981 2021-09-23 14:55:54 +02:00
Don Jayamanne 1e5e3642b2 Misc 2021-09-22 13:16:37 -07:00
Logan Ramos 420436d4c4
Fix #133493 2021-09-21 13:36:30 -04:00
Don Jayamanne 245fffbce1 Misc 2021-09-21 10:17:33 -07:00
Henning Dieterichs d6b2e78477
Fixes #132847 by configuring ${...} as bracket pair. 2021-09-21 12:28:25 +02:00
Don Jayamanne 68ba13d07c Remove window keyword from serializer 2021-09-20 09:49:00 -07:00
Alex Ross 12bccfd022
Update devcontainer schema (#132047)
Part of microsoft/vscode-remote-release#3450
2021-09-20 15:22:44 +02:00
Alex Ross 086a033a56
Update C# grammar 2021-09-20 13:56:20 +02:00
Benjamin Pasero adee8fa29a
editors - shorten diff labels (#110694) 2021-09-19 17:29:44 +02:00
Benjamin Pasero 54cdd9c58b
status - improve hover feedback for compact entries (#129037) 2021-09-18 09:53:10 +02:00
Logan Ramos c46e473ad8
Re-enable notebook in tabs test 2021-09-17 13:08:44 -04:00
Daniel Imms 4a7fddb0d2 Fix TerminalState tests 2021-09-17 06:31:43 -07:00
Martin Aeschlimann 5aebde7b48
[html] auto close triggers on undo/redo and breaks undo/redo history. Fixes #34484 2021-09-17 14:35:52 +02:00
Matt Bierner c25cf4a01a
Remove workaround cast 2021-09-16 17:21:01 -07:00
Matt Bierner eefcaf6e0f
Extract duplicated constant 2021-09-16 17:20:03 -07:00
Matt Bierner 6d01964e8e
Add language status item for single file mode
Fixes #133296
2021-09-16 17:20:02 -07:00
Matt Bierner 43f7c113e4
Move project status items to a new ui folder 2021-09-16 17:20:02 -07:00
Don Jayamanne 192e689be1 Fixes to image serializations 2021-09-16 16:27:44 -07:00
Don Jayamanne 1eb4ff560b Fixes to image serialization 2021-09-16 15:59:41 -07:00
Matt Bierner 8b285b170e
Add log for failing test 2021-09-16 15:21:28 -07:00
Logan Ramos 76c3eb94c9
On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Martin Aeschlimann 57dde04b44
Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Matt Bierner 4fcbe9449c
Add support for cross file JS/TS intellisense in yarn web
Fixes #133199
2021-09-15 16:26:22 -07:00
Matt Bierner 8a912d57c3
Include in-memory in same implicit JS/TS project
Fixes #133195
2021-09-15 16:26:22 -07:00
Benjamin Pasero 8de035e09d
tests - remove only usage 2021-09-15 16:40:21 +02:00
Benjamin Pasero 129e62c989
storage - do not fail state access for extensions (#132777) (#133071) 2021-09-15 07:34:54 +02:00
Matt Bierner 4c78259529
Revert 75e1fa6c43
Fixes #132741

Let's keep the outline extensible. Instead, a markdown extension could contribute support for the syntax in the original issue in #131427
2021-09-14 16:36:53 -07:00
Matt Bierner 0db5f55854
Unskip two webview tests
These reliably pass locally for me
2021-09-14 14:29:55 -07:00
Matt Bierner 9e5ee5521a
Pick up new TS version for building VS Code
Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
2021-09-14 14:24:53 -07:00
Matt Bierner b4b591213d
Pick up TS 4.4.3 2021-09-14 14:24:52 -07:00
Matt Bierner e43d47e852
Add missing await
Doesn't seem to cause any issues currently
2021-09-14 09:54:05 -07:00
Matt Bierner d3585388be
Make sure markdown.showSource correctly awaits opening the document
Fixes #132914
2021-09-14 09:54:05 -07:00
Matt Bierner fc5e2f515c
Adopting langauge status api for JS/TS versions (#132015)
* Adopting language status api for JS/TS versions

* Polish
2021-09-14 08:35:12 -07:00
Miguel Solorio e9b74efc3c Update seti 2021-09-13 10:34:54 -07:00
Matt Bierner ad67ad4530
Show lightbulb when user makes a selection in js/ts 2021-09-09 18:18:00 -07:00
Matt Bierner 74989b2993
Fix organize import for empty file
Fixes #132637

We should not show the lightbulb when auto applying code actions
2021-09-09 18:18:00 -07:00
Matt Bierner c62f59fcae
Fix map func not having this bound
Fixes #132703
2021-09-09 15:03:30 -07:00
Justin Wei 0aaedebdb0
Do not fold closing tag (#132316) 2021-09-09 14:27:16 -07:00
Martin Aeschlimann 8af5d85c3b
Merge pull request #132523 from AkatQuas/fix/runner
fix: early return on cancellation
2021-09-09 09:42:04 +02:00
Martin Aeschlimann 9ebc659dc1
[css/html] update language services 2021-09-09 09:36:04 +02:00
Martin Aeschlimann b7c8113cc4
Merge pull request #132512 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-09-09 09:05:30 +02:00
Martin Aeschlimann 2039be03bf
Merge pull request #132508 from AkatQuas/fix/html-language-feature
fix(html-language-feature): remove vague statement
2021-09-09 09:04:10 +02:00
Matt Bierner 277f6ef132
Log errors when loading markdown-it plugins 2021-09-08 15:12:46 -07:00
Matt Bierner d3642c3f60
Removing support for old style markdown symbol links in vscode.d.ts
Fixes #132663
2021-09-08 15:11:19 -07:00
Logan Ramos 65a8d1234c
Remove diff resource 2021-09-08 14:20:08 -04:00
Raymond Zhao df115e761a
Revert "Re-enable tab tests"
This reverts commit e0cdd0974b.
Revert reason: browser integration tests failing
2021-09-08 10:31:46 -07:00
Logan Ramos e0cdd0974b
Re-enable tab tests 2021-09-08 10:35:58 -04:00
Matt Bierner 34861b8c8a
Add comments on how fenced code block should not be localized
For #132190
2021-09-07 16:31:45 -07:00
Logan Ramos b699fab482
Skip tests 2021-09-07 18:34:16 -04:00
Matt Bierner f1581dcad7
Fix labels for optional auto imports
Fixes #132212
2021-09-07 14:54:11 -07:00
Matt Bierner 80f4b6f655
Fix links in cgmanifest
Fixes #132525

Updates the links except for trac. These were just copied in from TS
2021-09-07 14:46:19 -07:00
Logan Ramos 0f238bf3f9
Try promise.race 2021-09-07 17:40:43 -04:00
Don Jayamanne 2581658e96
Merge pull request #132298 from davidanthoff/setKernelSpecAndLanguageInfo
Add setKernelSpecAndLanguageInfo to ipynb ext
2021-09-07 13:24:12 -07:00
Don Jayamanne c962433c68 Remove old API 2021-09-07 13:04:03 -07:00
Don Jayamanne 55af133ac4 Udpates 2021-09-07 09:40:55 -07:00
Logan Ramos e287a168dc
Fix tab tests 2021-09-07 10:31:47 -04:00
Logan Ramos d9a63f4cd8
Fix tabs tests 2021-09-07 09:49:34 -04:00
AkatQuas e4fb11a1e7 fix: early return on cancellation 2021-09-07 16:28:21 +08:00
Aex d4afb96b17 Update to latest seti-ui icon theme 2021-09-07 06:08:39 +00:00
AkatQuas 779e587197 fix(html-language-feature): remove vague statement 2021-09-07 11:35:18 +08:00
FW c2347df53b
Add .cff to the recognized YAML file extensions (#131323) 2021-09-06 14:33:29 +02:00
Tyler Leonhardt 997228d528
verify uri is correct 2021-09-04 08:58:31 -07:00