Daniel Imms
2565f7e28f
Merge branch 'master' into master
2020-09-09 06:20:11 -07:00
Daniel Imms
49be31b86b
Merge pull request #104734 from brajkowski/issue-104612
...
Run Selected Text action should use the active code editor
2020-09-09 06:19:27 -07:00
Daniel Imms
5fabfbf6c0
Check length again
...
I prefer chatAt over slice as it's more obvious what's happening
2020-09-09 06:14:38 -07:00
Daniel Imms
67def0324c
Avoid slice when checking colon
2020-09-09 06:12:41 -07:00
Daniel Imms
3456e084e2
Consolidate colon trim logic
2020-09-09 06:12:01 -07:00
Daniel Imms
17a2ff467d
Use instantiation service to create TerminalLinks
2020-09-09 06:08:55 -07:00
Daniel Imms
d3b95c5793
Fix compile after merge
2020-09-09 06:07:03 -07:00
João Moreno
e05b06ec87
fix arch
2020-09-09 15:07:00 +02:00
Daniel Imms
92a97ecdaf
Merge remote-tracking branch 'origin/master' into pr/Abhijith-S-D/104090
2020-09-09 06:04:46 -07:00
Daniel Imms
65b4134965
Merge pull request #95637 from luqmana/workspace-mimetype
...
Register mimetype for *.code-workspace
2020-09-09 05:55:27 -07:00
Daniel Imms
f4833ee480
Merge pull request #106072 from IllusionMH/terminal-numeric-font-weight-101467
...
Add numeric values support for terminal.integrated.fontWeight
2020-09-09 05:48:01 -07:00
Daniel Imms
6f82a3904b
Merge branch 'master' into terminal-numeric-font-weight-101467
2020-09-09 05:42:40 -07:00
Johannes Rieken
758f35532b
trusted types - use textContent for style elements, fyi @rebornix
2020-09-09 14:37:27 +02:00
Johannes Rieken
900e16aea7
update trusted types search
2020-09-09 14:22:00 +02:00
João Moreno
f481704216
distro
2020-09-09 14:08:53 +02:00
Sandeep Somavarapu
6518457d90
use async await
2020-09-09 13:51:58 +02:00
João Moreno
8b993b8d30
trusted types
...
related to #106285
2020-09-09 13:51:46 +02:00
João Moreno
0bc0291c5e
publish arm deb and rpm
2020-09-09 13:49:46 +02:00
Johannes Rieken
eb92195570
chore - 💄 member order: property, ctor, method
2020-09-09 12:54:13 +02:00
Andre Weinand
fa3c6026e2
Merge branch 'master' into dirSep
2020-09-09 12:27:34 +02:00
Johannes Rieken
cfe2bb233e
chore - remove ExtHostNotebookEditor#uri and use document.uri instead
2020-09-09 12:24:56 +02:00
Johannes Rieken
82ac7bacf3
chore - extract ExtHostNotebookEditor into its own file
2020-09-09 11:56:54 +02:00
Johannes Rieken
6e35aa3ceb
chore - extract extHostNotebookDocument for the NotebookDocument and NotebookCell types and friends
2020-09-09 11:38:20 +02:00
Johannes Rieken
dcef262f4e
chore - move appyWorkspaceEdit from extHostTextEditors to (new) extHostBulkEdits and mainThreadBulkEdits
2020-09-09 11:18:14 +02:00
Martin Aeschlimann
f0dd2d26ed
use textContent instead of innerHTML (for #106285 )
2020-09-09 10:46:05 +02:00
Johannes Rieken
420aa32929
add replaceNotebookMetadata, https://github.com/microsoft/vscode/issues/105283
2020-09-09 10:44:45 +02:00
Johannes Rieken
951dd140b8
add replaceNotebookMetadata (should become replaceMetadata) to NotebookEditorEdit, https://github.com/microsoft/vscode/issues/105283
2020-09-09 10:44:45 +02:00
Sandeep Somavarapu
52a7a9ecfb
remove unused import
2020-09-09 10:39:46 +02:00
Sandeep Somavarapu
a08267123a
fix uninstalling extension
2020-09-09 10:33:22 +02:00
Alex Dima
0b770073a4
Reduce usage of .innerHTML ( #106285 )
2020-09-09 10:30:02 +02:00
Benjamin Pasero
1c546dad36
pinned tabs - prevent to close pinned tabs via Cmd+W ( #100738 )
2020-09-09 10:21:14 +02:00
Johannes Rieken
b1b2e09317
fix https://github.com/microsoft/vscode/issues/105999
2020-09-09 10:00:40 +02:00
Benjamin Pasero
4e1109bdef
editor - rename context keys variables
2020-09-09 09:45:10 +02:00
Johannes Rieken
e516bf3251
updated searches
2020-09-09 09:39:23 +02:00
Vyacheslav Pukhanov
7792c61393
Update gitignore decorations when .git/info/exclude file is edited ( #106270 )
...
* detect local `exclude` file edits
* use `uri.path` to detect exclude file edits
`uri.path` uses forward slash as a path separator indepentent of
the host system, which makes it easier to use with regex
2020-09-09 09:37:56 +02:00
Johannes Rieken
d2da7e966e
fix https://github.com/microsoft/vscode/issues/106308
2020-09-09 09:26:56 +02:00
João Moreno
079b1918a5
distro
2020-09-09 09:18:30 +02:00
João Moreno
c4b273b3c3
update distro
2020-09-09 09:09:44 +02:00
Benjamin Pasero
02fe227e3f
tabs - align icon and text vertically centered in tab
2020-09-09 09:07:29 +02:00
João Moreno
0a2801b3df
update distro
2020-09-09 09:03:10 +02:00
João Moreno
799db29ff5
install dot net core sdk
2020-09-09 08:55:52 +02:00
João Moreno
6ca91db00a
Merge remote-tracking branch 'origin/master' into joao/linux-arm
2020-09-09 08:53:49 +02:00
Benjamin Pasero
32dc32d45e
pinnedTabSizing.standard => pinnedTabSizing.normal
2020-09-09 08:53:34 +02:00
Benjamin Pasero
60f9684f94
Merge branch 'master' into ben/pinned-tabs-setting
2020-09-09 08:47:20 +02:00
Benjamin Pasero
1d177e247c
fix #106283
2020-09-09 08:27:49 +02:00
Sandeep Somavarapu
bb27a30efa
enable test
2020-09-09 08:06:13 +02:00
Sandeep Somavarapu
98ab62b6b6
fix #106283
2020-09-09 08:04:07 +02:00
Matt Bierner
940bfbd6a6
Skip failing test
2020-09-08 17:41:55 -07:00
Matt Bierner
f79540dc65
Add show method to webview view
...
Fixes #106085
2020-09-08 17:19:11 -07:00
Peng Lyu
93a0c99f18
Merge pull request #106313 from microsoft/rebornix/nbdebt
...
notebook text model debt
2020-09-08 15:41:38 -07:00