Commit Graph
73433 Commits
Author SHA1 Message Date
Matt Bierner f731c6f2db Document view.type contribution
Fixes #105821
2020-09-10 14:33:35 -07:00
rebornix 7daf6e1e81 fix build. 2020-09-10 14:09:38 -07:00
rebornix 5ae0dc07e3 💄 2020-09-10 14:05:11 -07:00
rebornix f3c42d8057 do not copy execution related metadata 2020-09-10 14:03:27 -07:00
rebornix ea02bca1e0 replace insertCell with applyEdit. 2020-09-10 14:03:27 -07:00
rebornix f88fca5038 applyEdit supports begin/end selections. 2020-09-10 14:03:27 -07:00
Jason Wang 3cc907a220 Fix return 2020-09-10 14:02:42 -07:00
rebornix 2103630537 private outputs slice and unknown change. 2020-09-10 14:02:16 -07:00
rebornix f0426274b4 notebook text model initialization does not increment version 2020-09-10 14:02:16 -07:00
rebornix b37c4b08e9 re #105735. batch apply edits. 2020-09-10 14:02:16 -07:00
Sandeep Somavarapu c59d5dd63d - reload only local user configuration after initi
- add perf mark up and logs
2020-09-10 22:49:45 +02:00
Matt Bierner a45fa6ed50 Use @example tags in vscode.d.ts (#106352)
`@example` is the standard way to document code examples. This also gets us syntax highlighting of code examples in hovers
2020-09-10 11:28:53 -07:00
Rob Lourens ad451c4586 Fix one innerHTML usage #106395 2020-09-10 12:28:10 -05:00
SteVen Batten 2e56d31a72 use textcontent in menu css
refs #106395
2020-09-10 10:25:32 -07:00
Matt Bierner 70a3975a15 Use textContnet for style element
For #106395
2020-09-10 10:22:08 -07:00
Matt Bierner eba1cc8de3 Remove arrays.findIndex
For #103454

This should be a direct map to the `.findIndex` mathod
2020-09-10 10:22:08 -07:00
dependabot[bot] 9d87cd68ea Bump yargs-parser in /extensions/css-language-features/server
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 16:34:59 +00:00
dependabot[bot] a9a7cf18f3 Bump yargs-parser in /extensions/markdown-language-features (#106373)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 09:34:00 -07:00
SteVen Batten 4c67705ae3 refs #106358 2020-09-10 09:26:44 -07:00
Johannes Rieken 7fdda46e16 some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-09-10 18:21:24 +02:00
Benjamin Pasero 6e022766d1 debt - adopt defaultUriScheme over hardcoded vscode-remote in toLocalResource 2020-09-10 18:03:51 +02:00
Benjamin Pasero b1b5b8a9a3 debt - adopt defaultUriScheme also for userHome 2020-09-10 17:49:45 +02:00
Alex Ross e37e0ffb74 Adjust active terminal tab when active tab moves (#106413)
Fixes #106300
2020-09-10 17:42:29 +02:00
Benjamin Pasero e73d3a8ed7 pathService - defaultUriScheme() => defaultUriScheme 2020-09-10 17:40:31 +02:00
isidor e0d5fae35f fixes #106355 2020-09-10 17:34:24 +02:00
Benjamin Pasero 246aab4a05 debt - REMOTE_HOST_SCHEME => Schemas.vscodeRemote 2020-09-10 17:32:10 +02:00
Christof Marti 7651656e69 Avoid innerHTML (#106395) 2020-09-10 17:26:48 +02:00
Christof Marti 01b1902dcf Avoid innerHTML (#106395) 2020-09-10 17:21:00 +02:00
Rob Lourens cc9415ca82 Fix #106303 2020-09-10 10:18:20 -05:00
Johannes Rieken 3d6d7189a6 💄 2020-09-10 16:21:09 +02:00
Alex Ross 8c13421727 Add defaultUriScheme to path service (#106400)
Fixes microsoft/vscode-internalbacklog#1179
2020-09-10 16:17:06 +02:00
João Moreno 149f31ed01 fixes #104047 2020-09-10 15:22:45 +02:00
Daniel Imms abb9c8dc1b Correct linux code-workspace path 2020-09-10 06:03:03 -07:00
WhizSidandJoão Moreno c334da1952 Multi git executable paths (#85954)
* Multi git executable path

* update `git.path` setting description

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-09-10 15:02:37 +02:00
Daniel Imms 3271ccc99a Correct path to code-workspace.xml
Fixes #106384
2020-09-10 05:10:36 -07:00
Benjamin Pasero a5a54adba8 web - fix bad credentials lookup 2020-09-10 13:47:37 +02:00
isidor 015c3afe96 fixes #106334 2020-09-10 12:31:35 +02:00
Johannes Rieken e38b9d0727 add ExtHostFileSystemInfo which knows what schemes are reserved and which are used, https://github.com/microsoft/vscode/issues/91697 2020-09-10 12:29:30 +02:00
isidor 9a2a941075 debug: return result of a msg to debug adapter can be undefined 2020-09-10 12:28:56 +02:00
Johannes Rieken 371f6306f9 Merge pull request #106378 from mjbvz/add-isWritableFileSystem
Add isWritableFileSystem api
2020-09-10 11:53:18 +02:00
isidor 44699b0254 Fix Trusted Types violations (round #2) #106395 2020-09-10 11:52:23 +02:00
Johannes Rieken 01f9355f65 debt - simplify metadata edit because we now have CellEditType.DocumentMetadata 2020-09-10 11:48:44 +02:00
Dirk Baeumer 533ca9bf07 Adress #106358: Fix TS 4.1 errors in codebase 2020-09-10 11:36:22 +02:00
Alex Ross 26803cee9b Fix TS 4.1 errors for tasks and remote explorer
Part of #106358
2020-09-10 11:35:13 +02:00
Johannes Rieken 226c417bc6 update trusted types search 2020-09-10 11:30:10 +02:00
Benjamin Pasero 72f468f569 more TS 4.1 fixes (#106358) 2020-09-10 11:29:07 +02:00
João Moreno 41794e5631 trusted types
related to #106395
2020-09-10 11:19:20 +02:00
Vyacheslav Pukhanov 663810e275 Adds commands for --no-verify commit variants (#106335)
* add `{allow,confirm}NoVerifyCommit`  options

* adds commit comands with no verify

* handles no verify command variants

* handle no verify commit option

* only display no verify variants when option is set
2020-09-10 11:14:28 +02:00
Benjamin Pasero 82d953a731 pinned tabs - add a tab.lastPinnedBorder color 2020-09-10 10:51:31 +02:00
Benjamin Pasero 6173cf8a99 pinned tabs - closing pinned tab should open next non-pinned 2020-09-10 10:23:29 +02:00