Matt Bierner
ab05d79769
Fix node 12 typing error
2019-11-25 20:12:32 -08:00
ZHAO Jinxiang
352d641042
Add .cjs to known JavaScript file extensions ( #85460 )
2019-11-25 19:46:09 -08:00
Matt Bierner
d4ab1fcda5
Fixes more node 12 typing errors ( #85420 )
...
* Fixes more node 12 typing errors
For #82514
* Remove Symbol.toStringTag usage for now
* Reverting a few fixes that are not comptible with current node typings
* Revert one more use of StringDecoder
Must wait until we actually pick up the new typings
2019-11-25 19:30:21 -08:00
Jackson Kearl
52bdec0d4e
Make "open in search editor" keybinding only apply to mac
2019-11-25 18:51:33 -08:00
Jackson Kearl
7c9a63f6b6
Add search-editor specific find match highlight tokens
2019-11-25 18:46:34 -08:00
Jackson Kearl
d86abd8e60
allow spaces in search result file names
2019-11-25 17:41:14 -08:00
Rob Lourens
15fea5e0dd
Merge pull request #82510 from njkevlani/feature/multi-cursor-on-search
...
Command and Keybinding for adding multi cursor from search result
2019-11-25 16:43:20 -08:00
Rob Lourens
28ba6987d3
Fix subpixel AA for settings TOC list
...
Fix #85106
2019-11-26 00:38:55 +00:00
Matt Bierner
85d3ccfb9e
Fix custom editor redo
2019-11-25 15:44:25 -08:00
Matt Bierner
750f28769d
Sync custom editor edits
...
If multiple instances of the same custom editor are opened for the same resource, the edit stack should be shared between them. This matches how we work with text files
2019-11-25 15:44:25 -08:00
Matt Bierner
f3d70dbf92
Working on sharing models for same custom editor
2019-11-25 15:44:25 -08:00
Matt Bierner
b52f1c7dae
Trying to hook up background to implement custom editor rename
2019-11-25 15:44:25 -08:00
Matt Bierner
ffe3749d5a
Working on hooking up custom editor saveAs
2019-11-25 15:44:25 -08:00
Rob Lourens
d1fab46c13
Remove "Settings editor preview" tip from settings GUI color token descriptions
2019-11-25 15:10:05 -08:00
Miguel Solorio
5c3aaed985
Revert "Replace checkbox icon with icon font"
...
This reverts commit 5f27d2a9f9 .
2019-11-25 13:58:40 -08:00
Miguel Solorio
9dbb30ebf7
Update drag icon
2019-11-25 10:10:09 -08:00
Miguel Solorio
2834fa1ca1
Update list filtering to use icon font
...
cc @joaomoreno
2019-11-25 10:04:26 -08:00
Miguel Solorio
a153ad5ef3
Remove dead code
2019-11-25 09:27:31 -08:00
Miguel Solorio
5f27d2a9f9
Replace checkbox icon with icon font
2019-11-25 09:19:04 -08:00
Miguel Solorio
52839deb1c
Update icons and remove unused svgs
2019-11-25 09:03:26 -08:00
Johannes Rieken
b04c6f9e2e
update API command for #85533
2019-11-25 17:06:16 +01:00
Johannes Rieken
9227460df4
don't over-encode, do try to decode, fixes #85521
2019-11-25 16:58:54 +01:00
Daniel Imms
16d4625715
Include backtick in terminal word separators
...
Fixes #84483
2019-11-25 07:36:52 -08:00
Daniel Imms
d7def1653d
Correct auto-complete
2019-11-25 07:32:35 -08:00
Daniel Imms
1b22a6ce3d
Rename with arg command id
2019-11-25 07:26:20 -08:00
Daniel Imms
54f9bccc99
Rename command
2019-11-25 07:22:37 -08:00
Daniel Imms
bb2b119dd7
Merge branch 'master' into petevdp/add-terminal-rename-command
2019-11-25 07:16:32 -08:00
Joao Moreno
c2c643947b
editor: fix word wrap settings in simple editor
2019-11-25 15:42:47 +01:00
Joao Moreno
6941792f28
fixes #85456
2019-11-25 11:43:23 +01:00
Joao Moreno
802a9eae62
fix dirty diff styles
2019-11-25 11:23:02 +01:00
Joao Moreno
a5d0ea3132
fix #84906
2019-11-25 11:17:35 +01:00
Johannes Rieken
abbf52b137
remote inspect-port, workaround for #85490
2019-11-25 10:35:42 +01:00
Alex Ross
aa2d4f92f6
Can only debug once with tasks 0.1.0
...
Part of #85343
2019-11-25 10:23:41 +01:00
Rob Lourens
b8d63e0fcf
Fix #83059
2019-11-25 04:09:18 +00:00
Nilesh Kevlani
8ef3442e69
Merge branch 'master' into feature/multi-cursor-on-search
2019-11-25 08:57:41 +05:30
Jackson Kearl
c2e11d41f5
Add re-run search editor search action
2019-11-24 16:47:58 -08:00
Rob Lourens
d6cd08ba60
Fix settings search input sizing with "clear" action
...
Fix #85161
2019-11-24 12:50:05 -08:00
Rob Lourens
5389d4e3a9
Merge pull request #83617 from smilegodly/removeDuplicateFuntion
...
Added focusSearch() into clearSearchResults() and got rid of duplicate function
2019-11-24 10:39:08 -08:00
Nilesh
ce1173d41e
Used FileMathOrMatch for putting multicursor for search result
2019-11-24 17:07:31 +05:30
Jackson Kearl
695bc30383
Add initial search editor implementation ( #85424 )
...
* Initial search editor implementation
* Merge fixes
* Exclude search result untitled editors from localresults results
* Remove unneeded keybinding
* .vsc-search => .code-search
* Add extension readme
* Fix extra space inserted on Windows
* Fixup some escaping issues
* Add highlighting of result matches
2019-11-24 02:35:39 -08:00
Daniel Imms
55c9c29b8e
Support minimum contrast ratio in terminal
...
Fixes #84935
2019-11-22 18:51:52 -08:00
Connor Peet
7687f1de95
minimap: prebake small fonts to reduce runtime perf
2019-11-22 16:39:53 -08:00
Matt Bierner
2d0b37f031
Strict function work
...
#81574
2019-11-22 15:18:01 -08:00
Matt Bierner
f085deb2e0
Remove test editing code from preview
2019-11-22 15:18:01 -08:00
Matt Bierner
74865b3aec
On mark a custom editor non-dirty if save is successful
2019-11-22 15:18:01 -08:00
Matt Bierner
9b89cca38e
Working on hooking up revert properly for custom editors
2019-11-22 15:18:01 -08:00
Miguel Solorio
92ebddbd77
Merge branch 'master' into misolori/icon-font-dialog
2019-11-22 15:11:26 -08:00
Rachel Macfarlane
41f177e64e
Extract auth urls to product service
2019-11-22 11:38:17 -08:00
Rachel Macfarlane
4e2cefda4c
Show notification on successful sign in
2019-11-22 10:21:47 -08:00
Rachel Macfarlane
6b78be0286
Use local server for auth so that a completion page can be shown.
2019-11-22 09:52:29 -08:00