Commit Graph

85561 Commits

Author SHA1 Message Date
SNDST00M: M.U.N.I.N
9e0857e916 Whitelist comments in all JSON files
Currently many files contain comments but are being matched as JSON incorrectly.
To fix this, let's associate `*.json` with JSONC and fix the false positive error highlights.
2021-07-23 02:08:39 +01:00
Matt Bierner
847a6d8cd0 Fix request position of the inlay hints
Fixes #129134

The document may change between the request and when `ensureConfigurationForDocument` completes

I think this should fix the shifting around
2021-07-22 17:53:53 -07:00
Matt Bierner
50ac52ca92 Add explicit list of types 2021-07-22 17:53:53 -07:00
Matt Bierner
0e09ae9244 Don't include node types in markdown-math 2021-07-22 17:53:53 -07:00
Tyler Leonhardt
54a2e15f6b remove unused variable 2021-07-22 17:40:13 -07:00
Tyler Leonhardt
3ed425bef9 Rework github authentication extension to make less HTTP requests.
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2021-07-22 17:25:59 -07:00
Rob Lourens
33257a46b0 Show "Select Kernel" in jupyter notebooks without the jupyter extension installed 2021-07-22 17:23:04 -07:00
Jackson Kearl
ece4337751 Add "source" property to commands for displaying in menus 2021-07-22 17:21:12 -07:00
rebornix
aebe1a13c5 avoid double toggle actions. 2021-07-22 17:20:38 -07:00
Matt Bierner
560877f625 Don't include @types/node in image-preview extension 2021-07-22 17:19:07 -07:00
Matt Bierner
cd48aa9544 Remove @types/node dep for simple browser
This package does not use any node modules
2021-07-22 17:16:33 -07:00
Matt Bierner
134c345351 Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
2021-07-22 17:00:17 -07:00
Matt Bierner
b7cba9e7d4 Don't use custom tsconfig settings for markdown ext 2021-07-22 17:00:17 -07:00
Connor Peet
06d0b354e0 testing: remove proposed check 2021-07-22 16:59:43 -07:00
Rob Lourens
88d0dad82a Sort mimetypes to separate unsupported ones 2021-07-22 16:48:00 -07:00
Rob Lourens
382b1f1813 Add "install additional renderers" prompt to mimetype picker 2021-07-22 16:46:41 -07:00
Rob Lourens
65c7e324f7 Fix mimetype picker placeholder 2021-07-22 16:46:41 -07:00
Jackson Kearl
f934fec46e Naming Telemetry 2021-07-22 15:47:49 -07:00
Jackson Kearl
5089424b12 Add telemetry to autoOpening 2021-07-22 15:47:48 -07:00
Sandeep Somavarapu
1cf2159684 fix recommendation icon color 2021-07-22 23:58:50 +02:00
Sandeep Somavarapu
23b8417dda finetune recommendation text in extension editor 2021-07-22 23:51:19 +02:00
Sandeep Somavarapu
d6775bbf06 improve status representation in extension editor 2021-07-22 23:51:19 +02:00
Tyler Leonhardt
2bab0ad046 exclude languages from language picker normal section if they are a detected language 2021-07-22 14:21:27 -07:00
rebornix
475eacd1eb fix ##125551. Move actions into overflow menu when the editor is narrow. 2021-07-22 14:14:28 -07:00
rebornix
8449cf3a17 expose actions from toolbar. 2021-07-22 14:14:28 -07:00
rebornix
dd33bf7dd6 fix #128999. 2021-07-22 14:14:27 -07:00
Tyler Leonhardt
c69945154d improve heuristics around language detection and show detected languages in language picker 2021-07-22 14:01:39 -07:00
Matt Bierner
ff922dc231 Use TextDecoder instead of Buffer
Fixes #129165
2021-07-22 13:36:22 -07:00
Sandeep Somavarapu
53ca7186cc update doc 2021-07-22 21:58:17 +02:00
Jackson Kearl
fe671f3008 Always consult exp service for . in walkthrough id vs #. 2021-07-22 11:35:46 -07:00
Connor Peet
81800ee1c0 testing: pull autorun, for now 2021-07-22 11:30:44 -07:00
Connor Peet
d7a7e917ca testing: docs polish 2021-07-22 11:18:49 -07:00
Connor Peet
0f8221e464 debug: bump debug packages 2021-07-22 10:48:10 -07:00
Jackson Kearl
4863fb707a Update commands.json 2021-07-22 10:39:50 -07:00
Jackson Kearl
90d1d9cd0d Update commands.json 2021-07-22 10:02:37 -07:00
Jackson Kearl
a340fb752d Update commands.json 2021-07-22 10:02:19 -07:00
Daniel Imms
4f01994d0d Use editor service over command service to split terminal editors
Fixes #127191
2021-07-22 09:42:58 -07:00
Rob Lourens
49cb8ce9a3 Fix multiline disposables 2021-07-22 09:15:10 -07:00
Johannes Rieken
2fbb01afae fix @link-comment 2021-07-22 17:47:13 +02:00
Connor Peet
66b231db13 acquire the mainLockFile asynchonrously
For #128366
2021-07-22 08:45:28 -07:00
Martin Aeschlimann
4a92332728 editor.foldingImportsByDefault shifts code around when you first open a file. Fixes #129127 2021-07-22 17:27:48 +02:00
Connor Peet
949c7c4acf Merge pull request #129154 from dtinth/patch-2
[vscode.proposed.d.ts] Rename TestSnapshoptTaskState to TestSnapshotTaskState (possible typo)
2021-07-22 07:56:37 -07:00
Johannes Rieken
0803e2cc67 jsdoc 💄 2021-07-22 16:19:09 +02:00
Sandeep Somavarapu
d312804c3f escape text before adding 2021-07-22 16:13:57 +02:00
Johannes Rieken
c7db68cd7d 💄 2021-07-22 16:10:06 +02:00
Sandeep Somavarapu
e49d4aee38 fix more info container 2021-07-22 15:44:59 +02:00
Sandeep Somavarapu
03f7e8d3d6 fix padding 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu
5d8d47ff3a fine tune hover and extension status 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu
2feb2fc6b5 rename extension status action 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu
52ab12d021 show recommendation at the end of the hover 2021-07-22 15:44:57 +02:00