Commit Graph

90679 Commits

Author SHA1 Message Date
Matt Bierner
4d50e586ec Improve morphing for vscode-docs 2021-11-03 20:54:20 -07:00
rebornix
3d565d9d8e fix #125961. 2021-11-03 19:52:36 -07:00
Simon McEnlly
6b0816e2c4 Merge branch 'microsoft:main' into main 2021-11-04 12:18:12 +10:00
Rob Lourens
323e7fd653 Recompute editor height when collapse state changes
Fix #136400
2021-11-03 19:01:51 -07:00
Megan Rogge
3d6c93b5e3 fix #136362 2021-11-03 17:43:46 -07:00
Rob Lourens
88c39ebdf0 Add "collapse/expand all" commands
Fix #129488
2021-11-03 17:37:48 -07:00
Rob Lourens
a14ebdfec4 Remove inputCollapsed and outputCollapsed metadata, make them view properties
Fix #125274
2021-11-03 17:22:07 -07:00
Megan Rogge
2f1e5cb85f don't show welcome view when web extension terminal is created (#136327) 2021-11-03 17:00:46 -07:00
rebornix
fd21ba3259 fix #130669. 2021-11-03 16:49:17 -07:00
SteVen Batten
960ed2bddc fixes #80767 2021-11-03 16:40:39 -07:00
Alex Dima
a704a69394 Enforce that source code uses a small subset of Unicode 2021-11-03 23:34:41 +01:00
Alex Dima
3247c31f6a Replace Right Single Quotation Mark with Single Quote 2021-11-03 23:34:40 +01:00
Kaan Genç
1aa9a712d1 Allow extensions to disable built-in markdown preview button (#136273)
* Allow extensions to disable built-in markdown preview button

Adds a flag for the "Open Preview to the Side" button displayed for markdown files. This makes it possible for extensions to hide this button when desired by setting the flag to true. For example, extensions can now use the following line to disable the preview button:

```js
vscode.commands.executeCommand("setContext", "hasCustomMarkdownView", true);
```

* update keyword for disabling default markdown preview
2021-11-03 14:49:44 -07:00
Matt Bierner
ce9c6361dc Remove typescript-vscode-sh-plugin
Fixes #136389
2021-11-03 14:48:48 -07:00
Matt Bierner
a046cfb481 Revert "Remove image stabilizer code"
This reverts commit 69e8e3c091263a2e00592cca06bf1dba96b70c7e.
2021-11-03 14:48:48 -07:00
Matt Bierner
1f3f74f4ea Clear this._fileWatchersBySrc 2021-11-03 14:48:47 -07:00
Matt Bierner
86c446baee Don't update icon path so much
We only need to update this on creation, never every time something changes
2021-11-03 14:48:47 -07:00
Matt Bierner
87802c41fb Add readonly to iconPath properties
To update the icon, you have to update the entire object, not just `.light`/`.dark`
2021-11-03 14:48:47 -07:00
Matt Bierner
9c2b239e2e Remove image stabilizer code
Should not be required with incremental dom updates
2021-11-03 14:48:46 -07:00
Matt Bierner
359cd4330d clean up onDidChangeActiveTextEditor
Also fixes potential bug if line === 0
2021-11-03 14:48:46 -07:00
Matt Bierner
d42476c575 Cleaning up code examples in vscode.d.ts
- Add lanugage mode
- Reduce indentation
- Add `*`
2021-11-03 14:48:45 -07:00
Matt Bierner
97e646c0da Update preview if text document is reopened
Fixes #135568
2021-11-03 14:48:45 -07:00
Alex Dima
a9a6117425 Improve createCodeEditorServices (#136380) 2021-11-03 21:11:17 +01:00
Alex Dima
513d580656 Improve createModelServices (#136380) 2021-11-03 21:03:45 +01:00
Sandeep Somavarapu
fab1265354 #135941 Use diffIdentityProvider while setting children 2021-11-03 19:48:25 +01:00
Daniel Imms
ebd2d0ae7b Fix terminal process manager test 2021-11-03 11:46:24 -07:00
Aex
30d286606d Update to latest seti-ui icon theme 2021-11-03 18:03:27 +00:00
Daniel Imms
a81beeedae Some terminal profile service test improvements
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-11-03 10:44:38 -07:00
Daniel Imms
657e3da4f6 Fix terminal profile service test
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-11-03 10:18:15 -07:00
Martin Aeschlimann
3caa424113 refactor 2021-11-03 18:15:25 +01:00
Johannes Rieken
9291d82351 make renderer-side parts splash ready for web 2021-11-03 18:09:16 +01:00
Johannes Rieken
980fbb65b9 one less usage of debounce, https://github.com/microsoft/vscode/issues/123487 2021-11-03 18:09:16 +01:00
Daniel Imms
64933517cc Remote IOffProcessTerminalService 2021-11-03 09:45:51 -07:00
Daniel Imms
c60efa236d Remote RemoteTerminalService 2021-11-03 09:44:02 -07:00
Daniel Imms
c55fd10ad8 Create RemoteTerminalBackend 2021-11-03 09:36:44 -07:00
Rob Lourens
a865bed813 Kill ripgrep process when file search is cancelled.
Previously we only cancelled the part of the search that happens in our process, not the actual rg process.
Fix #135936
2021-11-03 09:33:52 -07:00
Martin Aeschlimann
c08e8fac57 extension configure button 2021-11-03 17:26:05 +01:00
Daniel Imms
00ac42efe9 Delete LocalTerminalService 2021-11-03 09:06:48 -07:00
rebornix
86cc0a8af9 notebook layout caveats 2021-11-03 08:58:12 -07:00
Alex Ross
3e6039efb4 Fix simple file dialog save as when filenames overlap
Fixes #135838
2021-11-03 16:43:57 +01:00
Alex Ross
7adb0ee21f Fix tilda replacement in simple file picker 2021-11-03 16:36:31 +01:00
Johannes Rieken
db37d4484c add theme color for suggest status, https://github.com/microsoft/vscode/issues/134326 2021-11-03 16:29:42 +01:00
Daniel Imms
b1084be4da Fix remote terminals by using RemoteTerminalService again temporarily 2021-11-03 08:28:11 -07:00
Alex Ross
32fbe4c400 Only allow tilda shortcut at beginning of path
Fixes #135375
2021-11-03 16:25:32 +01:00
Daniel Imms
50712aa581 Remove all @optional injections 2021-11-03 07:51:02 -07:00
Alex Ross
78394284d5 Fix ports view action alignment
Fixes #135305
2021-11-03 15:47:50 +01:00
Logan Ramos
8ef66a20ab Fix unit tests 2021-11-03 10:33:01 -04:00
Daniel Imms
b52be01838 Start replacing ILocalTerminalService with a registered backend
Part of #127878
2021-11-03 07:30:17 -07:00
Alex Ross
29edcf2a4f Order of task sources, include custom tasks for build
Fixes #134605
2021-11-03 15:25:50 +01:00
Sandeep Somavarapu
5829f824b8 Fix #136259 2021-11-03 15:14:20 +01:00