Commit Graph

95873 Commits (9530dca29df0e28cbd7030562f748fd167168d21)

Author SHA1 Message Date
Johannes 9530dca29d
finalize `notebookDocumentEvents`-API, https://github.com/microsoft/vscode/issues/144662 2022-04-20 13:58:37 +02:00
Alex Ross 36d7dd2a57
Inconsistent font size in a comment with `code` blocks (#146542)
Fixes #146183
2022-04-20 13:26:29 +02:00
Johannes c7b2eeadb4
fix typo, https://github.com/microsoft/vscode/issues/144662 2022-04-20 12:51:45 +02:00
Johannes a9c39c582c
rename type, add jsdoc https://github.com/microsoft/vscode/issues/144662 2022-04-20 12:50:54 +02:00
Joao Moreno 701ca68369
use info instead of trace 2022-04-20 11:32:04 +02:00
Johannes 8783c56eb7
fix https://github.com/microsoft/vscode/issues/147711 2022-04-20 11:30:37 +02:00
Joao Moreno 931f4df9dc
fixes #147757 2022-04-20 11:27:40 +02:00
Johannes 5931aa8ed6
fix two issues with notebookType and document selectors, (1) make sure that `notebookType: *` matches only when a notebook is around, (2) include `notebookType`-property when converting from extHost type to renderer type, fyi @dbaeumer 2022-04-20 09:47:13 +02:00
Rob Lourens 89d1004371 Fix #145265 2022-04-19 20:07:27 -07:00
meganrogge d472403e42
update min contrast terminal setting description to include excluded powerline chars 2022-04-19 19:43:15 -07:00
Matt Bierner d851ea5d49
Add 'go to source definition' command
Fixes #147532

Requires TS 4.7+
2022-04-19 19:32:19 -07:00
Matt Bierner 973ebbcdd8
Better spelling 🪄 2022-04-19 19:32:19 -07:00
meganrogge 548da541d8
fix #146406 2022-04-19 19:08:50 -07:00
Raymond Zhao 98db85599e
Revert "Provide emmet abbreviations via inline completions (#147387)"
This reverts commit 94de38e7dd.
Reason: Found some bugs while demoing the feature.
2022-04-19 16:31:57 -07:00
Rob Lourens 08f9528d33 Add 'notebookCellResource' context key. Fix #146686 2022-04-19 16:04:06 -07:00
meganrogge 5ff2eb2b90
xterm@4.19.0-beta.23
fixes #146406
2022-04-19 15:41:14 -07:00
Matt Bierner 2078613c47
Use ⇧ for shift key label on mac 2022-04-19 15:13:59 -07:00
Tyler Leonhardt 8ee64bad04
added docs. Fixes #145673 2022-04-19 14:53:25 -07:00
Henning Dieterichs 94de38e7dd
Provide emmet abbreviations via inline completions (#147387)
This PR changes Emmet to use inline completions when suggesting completions.
It also provides a boolean setting so that users can opt out.
This PR does not change the "Wrap with Abbreviation" behaviour in Emmet.

Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-04-19 13:33:29 -07:00
Matt Bierner 800eec5645
Mark setting as experimental again
Will finalize along when we actually ship this api
2022-04-19 13:08:47 -07:00
meganrogge d2e01929e3
fix #147717 2022-04-19 11:52:59 -07:00
meganrogge dafbfe227f
xterm@4.19.0-beta.22
fixes #147602
fixes #147659
2022-04-19 11:05:03 -07:00
Matt Bierner bb5215fff6
Pick up new TS version for building VS Code 2022-04-19 10:17:08 -07:00
Matt Bierner 4a6a56a581
Spelling 2022-04-19 10:16:27 -07:00
Matt Bierner 56bc85e2df
Add readonly to args 2022-04-19 10:14:39 -07:00
Matt Bierner 08e838cba3
Don't encode paths 2022-04-19 10:13:38 -07:00
Miguel Solorio ac2a7cb126
Update Codicons: Update eye icon (#143602)
115660e11a
2022-04-19 08:34:02 -07:00
Raymond Zhao 56fcb7c7c8
Polish RPM dependencies generator (#147336)
* Print dependencies

* Add reference deps for rpm package

* Add flag to control new deps behaviour

* Add dependencies by arch

* Link arch properly
2022-04-19 08:33:07 -07:00
Johannes 29083878d6
refresh inlay hints immediately after applying inlay hint edits, fixes https://github.com/microsoft/vscode/issues/147663 2022-04-19 17:24:03 +02:00
Henning Dieterichs 8edff91035
Improves code. 2022-04-19 16:52:36 +02:00
Henning Dieterichs bc5bfa0621
Fixes 146816 2022-04-19 16:43:26 +02:00
Logan Ramos 9be47ee6ab
Update server telemetry 2022-04-19 10:32:32 -04:00
Henning Dieterichs 90c40f08ab
Fixes #146524 2022-04-19 16:24:41 +02:00
Henning Dieterichs d1e27d8f7d
Improves utility classes. 2022-04-19 15:55:59 +02:00
Alex Ross a576b4c066
Fix npm task path now that there's no slash 2022-04-19 15:15:36 +02:00
Henning Dieterichs 856e0ae9cb
Include opus files for web build 2022-04-19 14:48:46 +02:00
Ladislau Szomoru 02a92ee13f
Revert "Workspace trust - add tracing to track down integration test failure (#142609)"
This reverts commit 0fb0a6df31.
2022-04-19 13:56:03 +02:00
Alex Ross bab1b25c0b
Polish comment line numbers in view
Part of #146510
2022-04-19 13:45:46 +02:00
deepak1556 cf63e1839c ci: fix 403 when downloading ripgrep prebuilt 2022-04-19 20:19:47 +09:00
Benjamin Pasero 9ce2a653c8
macOS: declare folder support (#147686)
* wip

* add utis
2022-04-19 12:56:55 +02:00
Robo d38141a519
ci: build arm64 server with centos7-devtoolset8 (#147676) 2022-04-19 03:34:10 -07:00
Johannes 4edae49746
add `{` and closing default brackets as boost/separator characters, https://github.com/microsoft/vscode/issues/147423 2022-04-19 11:10:57 +02:00
Benjamin Pasero c4769cfdcd
Confirmation of Clear Recent projects (fix #139392) 2022-04-19 11:05:40 +02:00
Benjamin Pasero ec71e5c3e2
more sandboxed usages in ext host starter (#147666) 2022-04-19 10:31:03 +02:00
Johannes fc8a77abff
some jsdoc 2022-04-19 09:34:34 +02:00
Benjamin Pasero a9010d094a
smoke - support `retryWithRestart` in web too 2022-04-19 09:03:17 +02:00
Benjamin Pasero 24273bd759
storage - let main process deal with closing workspace storage 2022-04-19 07:53:30 +02:00
Benjamin Pasero 06e26c7a57
Do not attempt to reopen files that lead to a crash in previous session (fix #114844) 2022-04-19 07:38:32 +02:00
Megan Rogge e7c6ad74af
get zsh startup files to run in the correct order (#147434) 2022-04-18 19:16:54 -07:00
David Dossett 3b57fde7a8 Fix #147652 2022-04-18 15:15:01 -07:00