Commit graph

95913 commits

Author SHA1 Message Date
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
Rob Lourens 07e2a4e3f2 Fix exec order indicator position when statusbar hidden. Fix #147333 2022-04-18 15:02:49 -07:00
Logan Ramos ad5ef7ea85
Remove tab rename todo 2022-04-18 09:08:54 -04:00
Benjamin Pasero e6d98a13fc
watcher - allow relative patterns for include (#146335) 2022-04-16 07:22:33 +02:00
Tyler Leonhardt ed6d360182
add fallback auth server for github auth and better fallback logic 2022-04-15 15:48:29 -07:00
Tyler Leonhardt 9c15f4185a
add favicon and nonce enforcement in microsoft auth 2022-04-15 15:47:20 -07:00
Rob Lourens 70c896184e Fix build 2022-04-15 15:28:57 -07:00
Raymond Zhao 1fb94816f2
Settings editor search widget polish (#147521) 2022-04-15 13:35:40 -07:00
Rob Lourens 2fd2a60415 Add autoExpandLazyVariables setting. Fix #144861 2022-04-15 11:55:55 -07:00
Rob Lourens ff289ebac8 Support 'when' clause for breakpoints contribution. Fix #133585 2022-04-15 11:29:37 -07:00
Benjamin Pasero 2e10985e62
quick pick - hide input in more cases of quick nav (#147493) 2022-04-15 07:28:04 -07:00