Commit Graph
11364 Commits
Author SHA1 Message Date
Matt Bierner eb5ec1b324 Use warning for partial mode language status item 2021-10-04 09:19:47 -07:00
Logan RasmussenandGitHub 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 BiernerandGitHub 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 BiernerandGitHub 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 SigwartandGitHub 2b3f9adf88 Fix typescript NLS JSON (#134179) 2021-09-29 21:13:03 -07:00
Don JayamanneandGitHub fc7adcf92a Merge pull request #134168 from DonJayamanne/removeBuiltInLatex
Remove built-in latext output rendering in nb
2021-09-29 16:33:40 -07:00
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 NagelandGitHub 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 AshimineandGitHub 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 JayamanneandGitHub 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