Alex Ross
780cd3096b
Sort comments in view by resource
...
Part of microsoft/vscode-pull-request-github#3354
2022-03-14 13:44:34 +01:00
最萌小汐
9422f0a568
update Lua-grammar ( #144975 )
...
* update Lua-grammar
* Update test
Co-authored-by: Alex Ross <alros@microsoft.com>
2022-03-14 13:10:21 +01:00
Sandeep Somavarapu
bcbf1684e2
fix outdated targetplatforms in web
2022-03-14 16:12:28 +05:30
Benjamin Pasero
8be0e97a32
history - add command to compare with file
2022-03-14 08:15:10 +01:00
Benjamin Pasero
7151d00d58
history - add command to restore
2022-03-14 08:01:52 +01:00
Benjamin Pasero
5d9b43364a
history - move commands to own file
2022-03-14 07:12:19 +01:00
Benjamin Pasero
4569497b8c
history - store on add in web
2022-03-13 15:28:48 +01:00
Benjamin Pasero
f592d91cf3
history - limit long running shutdown handling to desktop only
2022-03-13 10:06:46 +01:00
Benjamin Pasero
3633b7dbc4
history - implement cleanup on shutdown
2022-03-13 09:54:28 +01:00
Benjamin Pasero
844c438651
history - fix max entries per file usage
2022-03-13 08:23:59 +01:00
Benjamin Pasero
439cf5a431
history - first cut settings for local history
2022-03-13 08:13:06 +01:00
Benjamin Pasero
3eae27e2c1
Merge branch 'main' into ben/history
2022-03-12 11:13:46 +01:00
Benjamin Pasero
ca6abd6347
history - introduce and use `SaveSource` for replacing a file
2022-03-12 11:07:44 +01:00
Benjamin Pasero
4d4d10c0f7
history - introduce `entries.json` and `SaveSource`
2022-03-12 11:02:43 +01:00
Benjamin Pasero
3e5c7e2c57
smoke - disable trust
...
cc @sbatten @lszomoru
2022-03-12 08:23:43 +01:00
Megan Rogge
8ca417c5ab
run all functions in PROMPT_COMMAND ( #144779 )
2022-03-11 20:34:17 -05:00
Rob Lourens
e4cf231274
fix typo
2022-03-11 16:37:18 -08:00
SteVen Batten
58966a9814
try out layout type both default
2022-03-11 16:02:05 -08:00
SteVen Batten
421e8bd7a1
configure layout directly with both option
2022-03-11 15:59:44 -08:00
Daniel Imms
b38f0a6b97
Fix unit tests
2022-03-11 14:29:08 -08:00
Daniel Imms
3164ed22a0
Get current command working after reload
2022-03-11 14:17:35 -08:00
Alexandru Dima
5f5e1ca791
Merge pull request #144840 from microsoft/alex/multiple-local-extension-hosts
...
Run multiple local extension hosts
2022-03-11 23:12:30 +01:00
Daniel Imms
5738c241b1
Fix restoring commands not working reliably
2022-03-11 13:53:44 -08:00
Matt Bierner
a1f4c800b4
Take into account NOTEBOOK_WEBVIEW_BOUNDARY
...
Fixes #141577
2022-03-11 13:17:41 -08:00
Matt Bierner
b83e48cf00
Reduce indent levels for switch/case
2022-03-11 13:17:41 -08:00
Alex Dima
cf8969e450
Render affinity in the running extension editor
2022-03-11 22:14:26 +01:00
Sandeep Somavarapu
5a7b43ee27
Revert "Revert "show reload button when extension with different targetplatform is updated""
...
This reverts commit dfd5300959
.
2022-03-11 22:08:10 +01:00
Sandeep Somavarapu
cf4fe193cf
Fix #143625
2022-03-11 22:08:09 +01:00
Sandeep Somavarapu
7b42b05029
Fix #142087
2022-03-11 22:08:09 +01:00
Sandeep Somavarapu
4cc9f9eee2
fix reload required action
2022-03-11 22:08:09 +01:00
Sandeep Somavarapu
0006ca4db2
move TargetPlatform to extensions (resolve cycle)
2022-03-11 22:08:08 +01:00
Alex Dima
5b3c42cb26
Launch multiple extension host processes
2022-03-11 22:07:01 +01:00
Matt Bierner
c521f36041
Fix anchors and data images in extension pages
...
Fixes #144897
Refactors to have a single `hookDomPurifyHrefAndSrcSanitizer` function that handles sanitizing the href and src attributes. Also updates this function to allow fragment links `#` and data images
2022-03-11 13:00:46 -08:00
Matt Bierner
92bf104b52
Spelling
2022-03-11 13:00:45 -08:00
Rob Lourens
a6b461df7f
Fix wrong run button color in non-focused notebook cell
2022-03-11 12:17:56 -08:00
Rob Lourens
9925da41e4
Fix wrong notebook cell drag offset with global toolbar active
2022-03-11 12:17:55 -08:00
Miguel Solorio
420e872464
Update Codicons: Adjust layout-statusbar
...
4b27dcfb2f
2022-03-11 12:01:16 -08:00
Alex Dima
3740be6c1e
Compute affinity for extensions running in a local process extension host
2022-03-11 20:08:48 +01:00
Ladislau Szomoru
d3aafb6347
SCM diff decorator - modified diff decorator with a pattern ( #144906 )
...
* Update modified diff decorator to use a pattern
* Adjust hover transition
Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
2022-03-11 09:57:55 -08:00
Alex Dima
dfd5300959
Revert "show reload button when extension with different targetplatform is updated"
...
This reverts commit dffa71af99
.
2022-03-11 18:51:33 +01:00
Daniel Imms
9addadc0b0
Serialize commands and send them over during replay
...
Fixes #142669
2022-03-11 09:22:10 -08:00
SteVen Batten
07793ae9c4
move secondary next to primary
2022-03-11 09:01:02 -08:00
SteVen Batten
24d49c0f84
disable workspace trust in web integration tests
2022-03-11 08:52:55 -08:00
Benjamin Pasero
4ce93a9a8b
history - always return something from `provideTimeline`
2022-03-11 17:02:28 +01:00
SteVen Batten
0e95041cc5
Add workspace trust to the web (disabled by default) and server distro (enabled by default) ( #144852 )
...
* server trust
* change to opt in model for trust in embedder api
* add fallback host label
2022-03-11 07:46:16 -08:00
Daniel Imms
ae839f6cd7
Correct imports
2022-03-11 07:30:57 -08:00
Daniel Imms
f98798a40a
Move shell integration addon to platform
2022-03-11 07:28:43 -08:00
Daniel Imms
1a93d4f70e
Move capabilities to platform
2022-03-11 07:26:05 -08:00
Daniel Imms
878ce865f6
Run shell integration addon on pty host
...
Part of #142669
2022-03-11 07:23:27 -08:00
Alex Ross
e03ebfef62
Be a better user of deltaDecorations
2022-03-11 15:54:07 +01:00