Commit Graph

93800 Commits

Author SHA1 Message Date
AkatQuas f6ca7e362f feat(jsonc): more interactive completion for "path" property 2022-03-01 21:45:32 +08:00
Matt Bierner e04c70a676 Fix TS resolved paths when on vfs
For #136433

These paths always have to start with `/`
2022-02-28 17:27:43 -08:00
Matt Bierner b698d639a8 Fix pathname check for published insiders
Fixes #143030
2022-02-28 16:38:11 -08:00
Matt Bierner b0e8554cce Migrate postinstall script to use modules 2022-02-28 16:38:11 -08:00
Tyler Leonhardt 03f99f57c7 add aka.ms link 2022-02-28 16:33:46 -08:00
Tyler Leonhardt c254a23e72 update vscode-tas-client 2022-02-28 16:23:14 -08:00
Matt Bierner 3217c7c1cb Pick up real 4.6.2
Also reverts version patching added when we weren't sure 4.6.2 would be out for stable
2022-02-28 15:54:59 -08:00
Jean Pierre 530f901b9c Fixes #143950 (#143951) 2022-02-28 15:53:10 -08:00
Matt Bierner df6373e7f1 Use TS 4.6.2 instead
This will be the stable version number
2022-02-28 15:47:34 -08:00
Matt Bierner f0d1c07417 Add type annotations in browser-main 2022-02-28 15:38:35 -08:00
Matt Bierner a68f5aa83e Fix gulp files not belonging to any project
This moves the gulp files into the top level tsconfig project. However this also revealed that they were not being type checked and contain main errors, so I've also disabled `checkJs` for now
2022-02-28 15:35:27 -08:00
Matt Bierner d45c89bc65 Pick up TS 4.6.1
Fixes #142460

We're picking up the insiders version because TS is holding off on publishing the stable due to current events. However we don't want `insiders` to show in the version string, so patch the version string to look like the stable version
2022-02-28 15:28:29 -08:00
Matt Bierner c662fe67bf Bump default target for jsconfig template 2022-02-28 15:16:39 -08:00
Matt Bierner 37f3aa632f Adding jsconfig for npm scripts 2022-02-28 15:06:43 -08:00
Matt Bierner 9a8a8e6c8b Move update-distro script to mjs 2022-02-28 14:56:38 -08:00
Matt Bierner 76a647c33c Fix tested pattern 2022-02-28 14:49:29 -08:00
Matt Bierner fb1af79c7d Experiment with using mjs for one of our build scripts 2022-02-28 14:47:25 -08:00
Matt Bierner d6d2122c50 Enable type checking in more js build files 2022-02-28 14:41:26 -08:00
Matt Bierner f71bd27ec9 Adding type annotations 2022-02-28 14:32:12 -08:00
Matt Bierner 062b82c1bc Use .test instead of .match 2022-02-28 14:27:47 -08:00
Matt Bierner 433bf7cd88 Update build scripts to target es2020 2022-02-28 14:00:17 -08:00
Matt Bierner 1d77856203 Use ?.forEach instead of ( || []).forEach 2022-02-28 13:52:59 -08:00
Matt Bierner 6f63577e80 Remove unused event 2022-02-28 13:46:52 -08:00
Matt Bierner 2fc747419d use ?. 2022-02-28 13:44:48 -08:00
Matt Bierner cf898ff7d1 null -> undefined 2022-02-28 13:43:18 -08:00
Matt Bierner 70dd24e9bd Remove extra check
This should not be nullable
2022-02-28 13:43:18 -08:00
Matt Bierner d218b48067 Always use nameSpan for code lenses
Fixes #143648

The nameSpan property has existed for something like years or so, so it should be safe to use. There's currently not a good way to request the reference count of an anon function and I don't think this is actually useful to show since the ref count should always be 1 for these
2022-02-28 13:43:16 -08:00
Tyler Leonhardt e7dc248359 update postcss dependency 2022-02-28 13:32:11 -08:00
Martin Aeschlimann 1f31835619 server: exit with error code when license is not accepted 2022-02-28 22:25:34 +01:00
Babak K. Shandiz 7e0df7ed8f Add jsonc to markdown embedded languages (#144003)
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-02-28 12:41:34 -08:00
Alex Dima 810168b2ae Fixes #142545: increase timeout 2022-02-28 21:18:45 +01:00
Connor Peet 84b9834c24 debug: allow uris to be given in launchVSCode
Fixes #143419
2022-02-28 12:17:16 -08:00
Daniel Imms 204b15c877 Use error no telemetry in create xterm
Fixes #144068
2022-02-28 11:55:48 -08:00
Logan Ramos 9275af77ac Add owner and comments to telemetry events 2022-02-28 13:16:03 -05:00
Jackson Kearl 9af76cfb01 Mark workbench.editor.historyBasedLanguageDetection experimental 2022-02-28 09:26:39 -08:00
Alex Dima 6289768fc2 Force using x64 when running yarn on the remote folder on macOS 2022-02-28 18:12:04 +01:00
Jackson Kearl 51702c7b5f Add first pass at reducing non-confident guesses 2022-02-28 08:53:52 -08:00
Jackson Kearl 5696f5dfd4 Fix #143985 (#143989)
* Fix #143985

* Sanitize md style image refs as welll
2022-02-28 08:47:02 -08:00
Megan Rogge 07aa73b3ee check if instance is disposed before updating icon/title (#144098) 2022-02-28 10:22:36 -06:00
Logan Ramos 0cea7f2e1d Custom editors implement untyped save 2022-02-28 11:01:24 -05:00
Daniel Imms fc0e395dd1 Use ErrorNoTelemetry in pty service
Fixes #144081
2022-02-28 07:57:32 -08:00
Henning Dieterichs 0a644fc765 Improves #132021 by using column over column - 1 to reflect the actual column the message should be attached to. 2022-02-28 14:00:15 +01:00
Benjamin Pasero e9e590997e web - tweak workspace label when temporary workspace is opened 2022-02-28 13:55:02 +01:00
Benjamin Pasero 57394140ac Revert "🆙 playwright"
This reverts commit 155c5e8964.
2022-02-28 13:37:43 +01:00
Benjamin Pasero 8d841e53bb working copy - trace error when ignoreErrorHandler for less log spam
//cc @sandy081
2022-02-28 13:28:22 +01:00
Benjamin Pasero f09fe03fc9 dnd - assert we have a HTMLFileSystemProvider 2022-02-28 13:25:40 +01:00
Benjamin Pasero 05140e0831 Merge pull request #144024 from microsoft/ben/web-dnd-improvements
Web: improve drop support from OS
2022-02-28 13:16:22 +01:00
Benjamin Pasero 3054672a79 web - allow a folder to open when dropped onto editor area 2022-02-28 13:04:14 +01:00
Sandeep Somavarapu e5c0d86100 handle dirty model before saving 2022-02-28 12:57:42 +01:00
Robo 5783ee998d ci: update node-gyp for VS 2022 support (#144056)
* ci: update node-gyp for VS 2022 support

* chore: update cache

* chore: update comments
2022-02-28 03:20:12 -08:00