Commit Graph

89088 Commits

Author SHA1 Message Date
Sandeep Somavarapu 1f9771c104 update distro 2021-10-08 09:37:07 +02:00
Sandeep Somavarapu cae4478f04 enable proposed api flag 2021-10-08 09:33:16 +02:00
Sandeep Somavarapu 4395e20206 enable proposed api for vscode.typescript-language-features 2021-10-08 09:33:04 +02:00
Alex Dima a75121a74c Update ThirdPartyNotices.txt 2021-10-08 09:22:35 +02:00
Alex Dima 7af515f290 Set define.amd to true 2021-10-08 09:09:15 +02:00
Alex Dima 35a8182683 Fixes microsoft/monaco-editor#2671: Make marked.js ESM compliant 2021-10-08 08:51:32 +02:00
Alex Dima 65b10df98f Simplify external .d.ts 2021-10-08 08:51:26 +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 001c14610e Don't collapse whitespace of code blocks inside suggest details
Fixes #134615
2021-10-07 17:37:00 -07:00
Matt Bierner a3b9691e13 Use relative line height in hover/suggest/param hints widgets
Fixes #133488
2021-10-07 17:36:59 -07:00
rebornix 39f299abb1 fix #134059. 2021-10-07 17:02:31 -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
SteVen Batten 24a4fe7245 refs #110083 2021-10-07 16:26:24 -07:00
Gerrit Birkeland 3629e68250 Fix rendering of @example comment blocks (#132821) 2021-10-07 16:22:36 -07:00
rebornix 6b1e7a7115 re microsoft/vscode-dev#285 2021-10-07 16:00:34 -07:00
Connor Peet 456296f36d testing: better support controllers who don't parse unsaved files
Fixes #133441
2021-10-07 15:16:40 -07:00
Logan Ramos c867ac7291 Add an a for consistency 2021-10-07 17:37:15 -04:00
Logan Ramos 2b06d315be Fix link in .d.ts 2021-10-07 17:24:15 -04:00
Logan Ramos 492f07122a Update version 2021-10-07 17:11:24 -04:00
Martin Aeschlimann f92df8b8d0 Status hover: cannot show hover twice via keyboard. Fixes #134091 2021-10-07 22:17:21 +02:00
Daniel Imms 6f47f12c4d Include polish as a issue type
https://github.com/microsoft/vscode/wiki/Issues-Triaging#categorizing-issues
2021-10-07 12:26:15 -07:00
Sandeep Somavarapu bdbe7d0995 #134595 minimal fix 2021-10-07 20:13:01 +02:00
Connor Peet d130a278c6 debug: apply environment to remote extension host 2021-10-07 09:37:16 -07:00
Raymond Zhao f25fd50e22 Add > to Emmet expand suggestions
Fixes #120566
2021-10-07 08:34:51 -07:00
Matt Bierner 8ae69c7a39 Use insiders bits when running tests
These tests run before the content for the webview is published. To work around this, we use previously published bits inside the tests. These only exist on insiders, not stable, so update the `webviewExternalEndpoint` always use insider when running the tests
2021-10-07 08:16:25 -07:00
Johannes Rieken 5f168021c4 clarify how Memento#update can be used to remove values, https://github.com/microsoft/vscode/issues/134424 2021-10-07 17:14:24 +02:00
Johannes Rieken fd01f5f659 don't wrap link text, https://github.com/microsoft/vscode/issues/134554 2021-10-07 16:30:41 +02:00
Logan Ramos 760c178702 Fix #134568 2021-10-07 10:25:45 -04:00
Logan Ramos d5248f3167 Revert "Add model change events separate from group"
This reverts commit 82b8de69a7.
2021-10-07 09:18:23 -04:00
Henning Dieterichs df994efca5 Fixes tests. 2021-10-07 12:52:55 +02:00
Benjamin Pasero 3543f9386e web - tweak wording 2021-10-07 08:04:58 +02:00
Benjamin Pasero c1f128639b Codespaces: better handle invalid workspaces when opening (fix #133872) 2021-10-07 07:39:26 +02:00
Suven-p 262cc6e4e7 Add tooltip for keybinding (#133655) (#134438) 2021-10-06 22:12:42 -07:00
Benjamin Pasero 619731caec web - fix wording of open dialog 2021-10-07 07:09:07 +02:00
Matt Bierner 4f518df006 Fix link 2021-10-06 19:12:38 -07:00
Matt Bierner cb369b4b4e Put s inside the @link
A bit nicer looking
2021-10-06 19:11:03 -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
Jackson Kearl 2470310ad2 Assign Peng on notebook.* issues 2021-10-06 17:48:34 -07:00
Raymond Zhao 665e0adaec Add update tag placeholder.
Fixes #128110
2021-10-06 16:41:17 -07:00
rebornix d8c6fdef96 fix #133914 2021-10-06 16:13:53 -07:00
rebornix 6f9e39711d fix #133925 2021-10-06 15:53:45 -07:00
rebornix 2e900652fd fix #134078. 2021-10-06 15:29:01 -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