Commit graph

9417 commits

Author SHA1 Message Date
Alex Ross
924ccf2b63 Include weird timestamp pattern in tsc-watch problem matcher
Fixes #104157
2020-08-07 11:00:41 +02:00
Milo Moisson
d213eb2d07
Fix JS snippets trailing commas. (#104153)
Fix JS snippets trailing commas, introduced by #100657 and observed by #104141.
2020-08-06 11:42:47 -07:00
Daniel Rosenwasser
54a38a2ee9
Add check to ensure RC and forward use '--serverMode'. (#104123) 2020-08-05 15:26:59 -07:00
Rachel Macfarlane
1961260ef3 Update github token input prompt 2020-08-05 13:37:06 -07:00
Matt Bierner
4193455a6f Observe the new createAutoImportProviderProgramDurationMs property added by TS 4.0
Adds this property to our completion telemetry
2020-08-05 12:28:44 -07:00
Sandeep Somavarapu
530e947fe5 Fix #103970 2020-08-05 13:51:51 +02:00
João Moreno
2f2ba0d764
fixes #102455 2020-08-05 12:09:17 +02:00
João Moreno
db514242e4
fixes #102303 2020-08-05 12:03:52 +02:00
João Moreno
b18015d0f8
fixes #101795 2020-08-05 11:40:28 +02:00
Matt Bierner
4430401028 Include server id in telemetry and in user issue reports
From https://github.com/microsoft/TypeScript/issues/39795#issuecomment-668250348
2020-08-03 16:03:34 -07:00
Matt Bierner
358cc674a7 Add more exclaimation points 2020-08-03 16:03:34 -07:00
Matt Bierner
0009a0b424 Fallback to bundled version if selected TS version is invalid
Fixes #103213

This restores some logic that we removed during the web refactoring
2020-08-03 15:08:28 -07:00
Andrew Branch
4a206a33e5
Change includePackageJsonAutoImports options (#103732) 2020-08-03 14:16:28 -07:00
dependabot[bot]
0b773db915
Bump elliptic in /extensions/markdown-language-features (#103658)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 14:01:25 -07:00
Christof Marti
ad2f35f020 Add userEnvProbe (microsoft/vscode-remote-release#3224) 2020-08-03 22:22:50 +02:00
Matt Bierner
bd11c7f95a Don't use negative margins for spacing in markdown preview 2020-08-03 12:27:57 -07:00
Rob Lourens
518523fc7f let -> const, settings 2020-08-03 08:54:14 -07:00
Rob Lourens
635b397e2d let -> const, notebooks 2020-08-03 08:54:14 -07:00
João Moreno
532c7b1c78 cleaner git submenus 2020-08-03 14:11:14 +02:00
Alex Ross
fe35d8c97a Add 'Gulpfile.js' as valid gulpfile name
Fixes #103794
2020-08-03 11:15:31 +02:00
Martin Aeschlimann
d5327bca82 update css/json services 2020-08-02 21:53:34 +02:00
Eric Amodio
8d51d4a419 Hides timeline view if no providers registered
Helps first-run experience, see here:
https://github.com/microsoft/vscode/issues/98614#issuecomment-665693078
2020-07-31 18:37:15 -04:00
rebornix
98dd195b91 hook native undo/redo with notebook 2020-07-31 10:43:58 -07:00
João Moreno
22ff86bac3 fixes #102109 2020-07-31 15:38:16 +02:00
Alex Ross
2344987359 Add task test back in 2020-07-31 10:15:05 +02:00
adfnekc
fd75556c52
fix unicode download url error (#103460)
unicode downloadurl change
2020-07-30 20:47:34 -07:00
Rob Lourens
4bd3ba6f33 Fix notebook smoke test
Fix #102113
2020-07-30 09:08:51 -07:00
Alex Ross
ae245c9b1f Fix onDidStart and End task test 2020-07-30 16:19:22 +02:00
isidor
15ada625f2 skip moree tests 2020-07-30 16:11:05 +02:00
João Moreno
7f43164ae4 fixes #101404 2020-07-30 15:53:22 +02:00
isidor
d7ed2f5382 skip more tests 2020-07-30 15:23:53 +02:00
isidor
f3e4ff9196 skip failing tests 2020-07-30 14:39:52 +02:00
Alex Ross
c8b5be4801 Add wait wait in tasks test for execute to return 2020-07-30 13:38:20 +02:00
Alex Ross
e39d21e318 Remove hack in terminal task system to delay disposal
This is no longer needed because #92868 is fixed

This reverts commit d6354443f4.
2020-07-30 11:59:18 +02:00
João Moreno
211fe2fcff
Merge pull request #103326 from NotWearingPants/patch-2
Treat all files with `git{config,attributes,modules}`/`editorconfig` extensions as properties files
2020-07-30 10:46:15 +02:00
Sandeep Somavarapu
cc20a1f02a #103544 Skip another failing test 2020-07-30 10:05:34 +02:00
Vitaliy Gulyy
3944e56699
Allow syntax highlighting for Dockerfile.*, Containerfile.* (fixes #102897)
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
2020-07-30 09:50:39 +02:00
Jackson Kearl
9c525f3cf2 Enable search-editor in serverless.
Closes microsoft/vscode-internalbacklog/issues/1208
2020-07-29 21:24:57 -07:00
Eric Amodio
ea63321bc6 Removes internal gh browser & adds external 2020-07-29 23:49:17 -04:00
Jackson Kearl
c2224dab6c Allow for non-file uri's in search editor 2020-07-29 17:08:41 -07:00
Jean Pierre
f732547a3d
Fixes #103076 (#103578) 2020-07-29 15:31:50 -07:00
Matt Bierner
e0f0cc4bf2 Skip another failing test 2020-07-29 15:05:49 -07:00
Matt Bierner
55ad57fc2a Skipping failing test 2020-07-29 14:06:12 -07:00
Matt Bierner
bdd3721849 Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
2020-07-29 14:05:44 -07:00
Sandeep Somavarapu
a3f6ecc5eb #103544 comment out failing test 2020-07-29 11:01:37 +02:00
Rachel Macfarlane
12f63d9c66 Stabilize authentication consumer side, fixes #100993 2020-07-28 09:58:16 -07:00
Alex Dima
f485d75605
Revert change that breaks integration tests 2020-07-28 12:04:57 +02:00
Matt Bierner
7493065766 Fix webview special paths for resources and re-enable test
Fixes #103419
2020-07-27 21:41:30 -07:00
Ye-hyoung Kang
fcc2a4935e
Add filename patterns for jsconfig.json (#103360)
Add alternative filename patterns for jsconfig.json that will be recognized as JSONC when opened. This mirrors the accepted filename patterns for tsconfig.json.
2020-07-27 13:12:42 -07:00
Alex Dima
88e6416265
comment out failing web integration test 2020-07-27 17:50:47 +02:00