Commit Graph

89237 Commits

Author SHA1 Message Date
Johannes Rieken
47b332ecf8 remove support for @optional service dependencies, https://github.com/microsoft/vscode/issues/119440#issuecomment-961164634 2021-11-04 18:21:06 +01:00
Tyler James Leonhardt
68957a66bb add ability for embedders to specify urls that should open in a popup with opener (#136383) 2021-11-04 10:16:27 -07:00
Logan Ramos
1c0f29d4a9 Update version 2021-11-04 13:00:46 -04:00
Alex Ross
18e854aa33 Elevate if needed when restoring ports
Fixes microsoft/vscode-remote-release#5776
2021-11-04 16:44:45 +01:00
Daniel Imms
3afe028227 Remove optional usage from external terminal
Part of #119440
2021-11-04 08:38:00 -07:00
Alex Dima
b555ad16c5 Mark ::before and ::after users as deprecated 2021-11-04 16:37:24 +01:00
Daniel Imms
6aaf18c33b Merge pull request #136368 from microsoft/tyriar/127878
Remove @optional in terminal, replace local/remote terminal services with registerable backends
2021-11-04 08:27:08 -07:00
Daniel Imms
ca0fe11952 Merge remote-tracking branch 'origin/main' into tyriar/127878 2021-11-04 08:26:09 -07:00
Logan Ramos
a0019c1642 Update web telemetry validation 2021-11-04 11:08:24 -04:00
Alex Ross
999ef6915e Don't show tasks error on folder open
Fixes #135803
2021-11-04 15:56:03 +01:00
Johannes Rieken
05b2c57917 send an event per mark 2021-11-04 15:42:58 +01:00
Megan Rogge
f411e1cffb if profile name is null return undefined (#136438) 2021-11-04 07:05:35 -07:00
Johannes Rieken
b2c343d085 send telemetry for resource performance marker 2021-11-04 14:59:57 +01:00
Daniel Imms
eadf1c4152 Merge remote-tracking branch 'origin/main' into tyriar/127878 2021-11-04 06:48:03 -07:00
Ladislau Szomoru
273470f94a Move disableWorkspaceTrust to the workbench layer 2021-11-04 14:05:31 +01:00
Henning Dieterichs
b88c19f2f2 Gets rid of "config.editor.useInjectedText" in ghost text widget, as injected text is now considered stable. 2021-11-04 13:31:55 +01:00
Henning Dieterichs
ce2764c70c Merge pull request #136353 from microsoft/hediet/prefix-sum-minus-one
prefix sum minus one
2021-11-04 13:04:22 +01:00
Henning Dieterichs
a28d33aa6c Merge pull request #136296 from microsoft/hediet/refactoring1
refactorings
2021-11-04 13:03:59 +01:00
Martin Aeschlimann
43fa8b4429 Merge pull request #136371 from microsoft/aeschli/browseThemes
Browse themes to install in the color theme picker
2021-11-04 12:58:51 +01:00
Johannes Rieken
8e7d7299d3 💄 min column of peek arrow is 2 because at column 1 it gets cropped 2021-11-04 12:03:00 +01:00
Johannes Rieken
7c4052f9e6 up scrollbar size from 3px to 6px, https://github.com/microsoft/vscode/issues/116338 2021-11-04 11:55:54 +01:00
Johannes Rieken
5250f425aa chore -a little less registerThemingParticipant 2021-11-04 11:40:33 +01:00
Alex Dima
bccd9b904b Add logging around invoking the resolver (microsoft/vscode-remote-release#5811) 2021-11-04 09:57:07 +01:00
Martin Aeschlimann
2e35efaaef Merge pull request #136375 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-11-04 09:53:04 +01:00
Sandeep Somavarapu
b389529e97 fix smoke test "verifies settings" - problems view is not getting update when not visible. 2021-11-04 09:44:53 +01:00
Martin Aeschlimann
e396e26abc polish _installedExtensions 2021-11-04 09:38:52 +01:00
Benjamin Pasero
f9e8dc2095 🆙 playwright 2021-11-04 09:27:22 +01:00
Matt Bierner
fc03bd3518 Fix eslint duplicate key error 2021-11-03 21:19:53 -07:00
Matt Bierner
516bc19e99 Fix md preview reverting to original version when switching away 2021-11-03 20:54:21 -07:00
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
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