Commit graph

95532 commits

Author SHA1 Message Date
Alex Dima 4fcd637613
Reduce usages of ModesRegistry.registerLanguage 2022-04-01 12:12:21 +02:00
Daniel Imms af20479b57 Allow null in terminal defaultProfile enum
Fixes #146437
2022-04-01 03:02:38 -07:00
Benjamin Pasero 7f44f1582e
text files - do not change encoding if explicitly configured by user 2022-04-01 11:51:06 +02:00
Alex Ross d79928be53
Show folder icons in tree views
Fixes #146479
2022-04-01 11:49:58 +02:00
Johannes d58ff261d4
add integration tests for LiveShare specific notebook commands, https://github.com/microsoft/vscode/issues/125757 2022-04-01 10:57:49 +02:00
Benjamin Pasero 94fe610500
encoding - always resolve encoding when language changes independent of overrides 2022-04-01 10:49:01 +02:00
Benjamin Pasero e4af7dc1bf
💄 binary editor picking
//cc @lramos15
2022-04-01 10:49:01 +02:00
Johannes 03b15ac6b2
fix vscode.resolveNotebookContentProviders command, https://github.com/microsoft/vscode/issues/125757 2022-04-01 10:34:32 +02:00
Johannes bf9929206a
add commands vscode.executeNotebookToData and vscode.executeDataToNotebook to execute notebook serializers by type, https://github.com/microsoft/vscode/issues/125757 2022-04-01 10:24:17 +02:00
Benjamin Pasero 3de6bc77fb
add test for automated encoding change on language change 2022-04-01 10:23:44 +02:00
Benjamin Pasero eeb9632e74
model / working copy - go through managers when resolving again (#146504) 2022-04-01 10:04:35 +02:00
Martin Aeschlimann 7889866189
Merge pull request #146459 from andschwa/patch-1
Delete built-in PowerShell snippets
2022-04-01 09:41:55 +02:00
Henning Dieterichs 78cb0b490a
Fixes #136474, fixes #136475. Rewrites bracket guides. 2022-04-01 09:27:18 +02:00
Matt Bierner 8b7086afdb
Fixing false positive ref link being detected 2022-03-31 19:09:14 -07:00
Matt Bierner c39d09a4c0
Working on initial support for renaming refs in md
For #146291
2022-03-31 18:28:23 -07:00
rebornix 0d1530cf2f
💄 2022-03-31 18:24:08 -07:00
rebornix baba3788d3
remove optional param for notebook applyedits. 2022-03-31 18:04:31 -07:00
rebornix 24f6cc6b27
polish movecells and insert cell 2022-03-31 18:04:30 -07:00
rebornix 960e1bd963
delay editor restore. 2022-03-31 18:04:30 -07:00
Matt Bierner 6b573340bd
Fixing references on header when looking at file extensions 2022-03-31 15:31:41 -07:00
Matt Bierner 8a6a300216
Simplify code for dealing with link definitions 2022-03-31 15:11:35 -07:00
Matt Bierner 57dffde3d4
Trying to clean up md link structure by moving defintion up a level 2022-03-31 15:11:35 -07:00
Matt Bierner 0e65adbda8
Initial work on rename in markdown
For #146291

Also fixes references triggered on a definition link
2022-03-31 15:11:34 -07:00
Connor Peet 2431a2940a
testing: fix success indictor showing up before completion
Fixes #144652
2022-03-31 14:08:22 -07:00
rebornix 0a2707bbf0
fix #146397. Clear container for html and plain text renderer. 2022-03-31 14:00:34 -07:00
Megan Rogge 5cc4bc671b
fix #146427 (#146447) 2022-03-31 16:54:41 -04:00
Daniel Imms 600fe338f7 Don't block Pseudoterminal-based terminals launching without backend
Fixes #144729
2022-03-31 12:53:54 -07:00
Matt Bierner 6da26a9351
Fix duplicate resources sometimes opened from references 2022-03-31 11:56:37 -07:00
Matt Bierner e32a13be77
Fix references to header to return just the span of the header itself and not its body 2022-03-31 11:56:37 -07:00
Matt Bierner 464e50f207
Use more consistent method names 2022-03-31 11:56:37 -07:00
Matt Bierner 8d5ae2bdd9
Add auto enum case for ts.locale
Fixes #146436
2022-03-31 11:56:36 -07:00
rebornix 7d4064191b
CodeEditorWidget leak 2022-03-31 11:54:31 -07:00
Andy Schwartzmeyer e1533409f1 Delete built-in PowerShell snippets
These two snippets conflict with the PowerShell comment syntax (`<#`),
and since snippet suggestions are enabled by default,
it means it's not possible to type `<#` followed by an enter,
which is very often desired.
The enter unfortunately chooses to insert an entirely unhelpful `#endregion` snippet.
2022-03-31 11:41:06 -07:00
Daniel Imms 86c90e6f67
Merge pull request #146271 from microsoft/tyriar/137893
Fire responsiveness events only on change
2022-03-31 10:55:55 -07:00
Connor Peet 8eecea70eb
testing: allow toggling whether tests use fuzzy match
Fixes #140405
2022-03-31 10:41:15 -07:00
Connor Peet 804dc2f7de
testing: better approach to deserializing test items 2022-03-31 10:25:09 -07:00
100paperkite 93d5dd8b68
Change a clickable cursor into a pointer on hint widget (#146449)
Fixes #146305
2022-03-31 10:09:39 -07:00
Benjamin Pasero c8745c3a9c
text files - don't auto adjust encoding if mode explicitly set 2022-03-31 19:08:35 +02:00
Johannes Rieken 6dde517348
Merge pull request #146312 from microsoft/joh/snippetTextEdit 2022-03-31 19:07:03 +02:00
deepak1556 63a4ec7cf3 chore: bump electron@17.3.0 2022-04-01 02:06:44 +09:00
Logan Ramos e4b9b75c2a
Fix #146440 2022-03-31 13:01:32 -04:00
Johann Pardanaud 6a6df96d5e
Improve UX for markdown snippets (#146431)
Allow to directly paste a link markdown when using the `link` and `image` snippets
2022-03-31 09:44:24 -07:00
Johannes Rieken f29671557b
Merge pull request #146320 from microsoft/joh/bulkEditSave 2022-03-31 16:57:04 +02:00
Logan Ramos a616d41753
Fix #146435 2022-03-31 10:42:59 -04:00
Alex Dima 8c9663f461
Remove the static LanguageConfigurationRegistry 2022-03-31 16:25:57 +02:00
Daniel Imms 8515371413 Sync remote windows-process-tree to main package.json dep 2022-03-31 07:21:55 -07:00
Benjamin Pasero cdd3dca1ba
text files - some encoding related 💄 changes 2022-03-31 15:45:47 +02:00
Ladislau Szomoru a7d9391b10
Fixes #146396 (#146419) 2022-03-31 15:40:44 +02:00
Logan Ramos 810b1d2b4c
Address ben feedback 2022-03-31 09:27:36 -04:00
Alex Dima 944b0d4561
Reduce usages of LanguageConfigurationRegistry 2022-03-31 15:22:53 +02:00