Commit Graph

95232 Commits

Author SHA1 Message Date
Matt Bierner ebd490f28e Improve markdown references
For #146277

- Find all references on links
- Better support for links without a file extension
2022-03-30 11:38:50 -07:00
João Moreno 26020f8032 fix #146285 (#146306) 2022-03-30 11:36:58 -07:00
David Dossett ef173bd62c Fix #143743 2022-03-30 11:19:15 -07:00
Daniel Imms 15981a10a1 v1.67.0 2022-03-30 11:09:30 -07:00
David Dossett eec956770e Add disabledForeground token 2022-03-30 10:48:06 -07:00
Logan Ramos 95a3f88155 Support patching for editor open and editor close 2022-03-30 13:45:33 -04:00
David Dossett 1090b2bfbd Fix #143898 2022-03-30 10:26:27 -07:00
David Dossett 749cccf5a9 Fix #146011 2022-03-30 10:17:31 -07:00
Alex Dima 558a572ad3 Reduce readers of LanguageConfigurationRegistry 2022-03-30 19:16:34 +02:00
Alex Dima b2a7720f3f Remove LanguageConfigurationRegistry.getIndentRulesSupport 2022-03-30 18:47:47 +02:00
Alex Dima b16b5d07a9 Break up LanguageConfigurationRegistryImpl into multiple files 2022-03-30 18:31:08 +02:00
Alex Dima c36a52726c Fix hygiene issues 2022-03-30 17:49:32 +02:00
Henning Dieterichs 7ecb6e81fb Uses null as default instead of false.
Allows null value for editor.language.brackets and editor.language.colorizedBracketPairs to fix warning.
2022-03-30 17:46:27 +02:00
Alex Dima 5eb302c438 Do not overwrite new settings (#141026) 2022-03-30 17:31:47 +02:00
Alex Dima 6163b695f9 Fixes #141026: Migrate editor settings on startup using IConfigurationService.updateValue 2022-03-30 17:31:47 +02:00
Alex Dima 410bd84502 Represent each option migration as an EditorSettingMigration 2022-03-30 17:31:47 +02:00
Alex Dima 72ffb4689f Add tests for migrateOptions 2022-03-30 17:31:46 +02:00
Alex Dima 60eef49719 Reduce usage of LanguageConfigurationRegistry 2022-03-30 17:31:46 +02:00
Johannes Rieken b9e538d389 Merge pull request #145470 from jhgg/feat/inlay-hints-compact-mode 2022-03-30 17:30:35 +02:00
Martin Aeschlimann b9ba2a684b Merge pull request #146252 from microsoft/aeschli/reallinkForAllServerClis
Use reallink for all server cli scripts
2022-03-30 16:44:01 +02:00
Alex Ross 65bb95bdde Fix font size for inline codeblocks
Part of #146183
2022-03-30 16:15:51 +02:00
Johannes 4633aa5ed5 reduce usage of arrays#flatten util, use native flat instead 2022-03-30 16:14:59 +02:00
Johannes 687889fac4 fix https://github.com/microsoft/vscode/issues/140331 2022-03-30 16:04:23 +02:00
Johannes Rieken 7258272f4b Merge branch 'main' into feat/inlay-hints-compact-mode 2022-03-30 15:06:38 +02:00
Martin Aeschlimann 44c5919155 fix 'option is deprecated' message, missing variable 2022-03-30 14:55:25 +02:00
Martin Aeschlimann 917291f494 Merge branch 'main' into aeschli/reallinkForAllServerClis 2022-03-30 14:38:44 +02:00
Matt Adam a727329516 Implement badge API for webviews and treeviews (#144775)
* Implement badge API for webviews and treeviews

* Address PR feedback

* Set badge priority

Part of #62783
2022-03-30 14:34:11 +02:00
Alex Ross 05c07fa687 Move ForwardedPortsView to Restored phase 2022-03-30 14:18:26 +02:00
Henning Dieterichs 4c5cbcaf7e Merge pull request #146248 from ambar/fix-146225
fix parenthesis encoding in unicode highlighting
2022-03-30 12:57:53 +02:00
Johannes 70e75b177f API-todo and some jsdoc polish 2022-03-30 12:27:27 +02:00
Ladislau Szomoru 9f7eaad160 Additional logging for git commands 2022-03-30 12:15:20 +02:00
ambar 3f35061080 fix parenthesis encoding in unicode highlighting 2022-03-30 17:56:57 +08:00
Jerome Lelong 0e52a7574f Update to latex-basics 1.3.0 (#146308) 2022-03-30 11:46:44 +02:00
Henning Dieterichs e714d5ce35 Merge pull request #145909 from microsoft/hediet/cycle-cursors
Introducing "Cycle Cursors" command
2022-03-30 11:35:44 +02:00
Joao Moreno a3e739fee9 update cdn domain for webview 2022-03-30 10:55:12 +02:00
Johannes 216dea5032 When inserting a nested snippet into an existing snippet there is no need to merge them.
This helps with choice completions and enables to go back to an accepted choice element to get prompted again
2022-03-30 10:48:05 +02:00
Johannes 4d7715922b 💄 rename ChangeLanguage to ChangeCellLanguage 2022-03-30 09:38:19 +02:00
hello-smile6 45744133c3 Update package.json (#146278)
Fixes #146093
2022-03-30 09:35:56 +02:00
Benjamin Pasero 5a579bd8fc Glob matching fails to preserve some metadata (fix #146296) 2022-03-30 09:26:24 +02:00
Johannes Rieken 43d0483dae Merge pull request #146185 from microsoft/joh/notebookCleanup 2022-03-30 09:18:44 +02:00
Benjamin Pasero b826b377cc Allow createFileSystemWatcher to bypass files.watcherExclude for flat watching (fix #146066) 2022-03-30 09:04:25 +02:00
Benjamin Pasero a70083c043 debt - move storage main into global storage
The other location one level up is being file watched and storage file changes constantly.
2022-03-30 07:21:52 +02:00
Benjamin Pasero 3378eb3512 Revert "storage - add vacuum method"
This reverts commit e1a0fd7b07.
2022-03-30 07:17:32 +02:00
Benjamin Pasero 2f6cd29a84 Revert "storage - fix tests"
This reverts commit 8b284de9b2.
2022-03-30 07:17:24 +02:00
Matt Bierner d06c17bd1b Respect includeDeclaration for markdown references 2022-03-29 18:28:28 -07:00
Matt Bierner 8adb42079b Fix slow positionAt impl for markdown references
- Use `vscode-languageserver-textdocument` instead of custom impl
- Reuse `InMemoryDocument`  across tests and working code
- Use `SkinnyTextDocument` in more places
- Fixes some test errors that seem to be caused by bad `InMemoryDocument` impl
2022-03-29 18:19:52 -07:00
Matt Bierner 338ae07ccb Initial work on md references provider
#146277
2022-03-29 18:19:52 -07:00
Matt Bierner 9b6435af76 Extract MdWorkspaceCache
This lets us reuse this logic in other places
2022-03-29 18:19:51 -07:00
Matt Bierner 407b66a6d4 Remove extra await 2022-03-29 18:19:51 -07:00
Matt Bierner 0c3a241171 💄 2022-03-29 18:19:50 -07:00