Commit graph

85987 commits

Author SHA1 Message Date
Connor Peet
8797cfe27e
debug: use simple port attachment for launching main porcess
Fixes #129230
2021-08-05 10:54:15 -07:00
rebornix
b8a698e86d fix #130025. 2021-08-05 09:59:21 -07:00
Connor Peet
f122075005
update distro 2021-08-05 09:09:04 -07:00
Benjamin Pasero
b773dd829c
workspaces - clarify docs around workspaceFolders 2021-08-05 17:55:08 +02:00
Logan Ramos
5b9f4ad720
Fix capitalization 2021-08-05 09:58:45 -04:00
Logan Ramos
d18e54f820
Implements #129053 (#130103) 2021-08-05 09:58:03 -04:00
Isidor Nikolic
664201582e
Merge pull request #127162 from microsoft/isidorn/setExpression
set value for variable and watch
2021-08-05 15:34:48 +02:00
isidor
53475b7fc7
debug: show set variable if set_expression is set 2021-08-05 15:23:38 +02:00
Dirk Baeumer
8b065237e4
Update rich nav indexer 2021-08-05 14:08:34 +02:00
Benjamin Pasero
4178ea04ec
smoke - enable screenshot option for failing smoke tests 2021-08-05 12:35:42 +02:00
isidor
f1b1e3f2a0
Send out a setExpression for debug extensions that do not support set variables 2021-08-05 11:41:38 +02:00
isidor
61479f3b9a
introduce setExpressionSupported context 2021-08-05 11:41:02 +02:00
Benjamin Pasero
5e99049e66
smoke - fix web smoke tests 2021-08-05 11:31:04 +02:00
isidor
6f2908b9ea
Merge branch 'main' into isidorn/setExpression 2021-08-05 10:31:20 +02:00
Benjamin Pasero
6957e52e4b
smoke - always create test folder 2021-08-05 10:31:07 +02:00
Benjamin Pasero
b96644b15f
smoke tests - drop 'tmp' and try to deal with tmp path ourself (#130102) 2021-08-05 10:04:00 +02:00
Alfi Maulana
0f99773ce9
feat: add .tpp and .txx as c++ extensions (#130101) 2021-08-05 09:27:58 +02:00
Benjamin Pasero
6c3bb99c63
smoke - better exit application handling 2021-08-05 09:05:17 +02:00
Benjamin Pasero
801bbff282
dnd - only add out of workspace files to recently opened (fix #128925) 2021-08-05 09:04:11 +02:00
Benjamin Pasero
70e6d3f85d
smoke tests - try to fix data migration test (#129279) 2021-08-05 07:56:55 +02:00
rebornix
cbdb18da38 fix #115084. 2021-08-04 19:50:10 -07:00
Matt Bierner
edee5caf4f
Add entry to ignore 2021-08-04 17:05:44 -07:00
Matt Bierner
a3cb14be7f
Organize imports in vs/code 2021-08-04 17:05:16 -07:00
Rob Lourens
0e0566326c Simplify preferencesService open code 2021-08-04 16:59:04 -07:00
Rob Lourens
6e86978e38 Add remote (json) command, fixup folder settings more 2021-08-04 16:59:04 -07:00
Rob Lourens
28f471e2dd Fixup all open*Settings 2021-08-04 16:58:46 -07:00
Rob Lourens
8b6ef929bb Rename openGlobalSettings 2021-08-04 16:57:57 -07:00
Rob Lourens
14fdf3012a Support settings openToSide and begin refactor
#123282
2021-08-04 16:57:57 -07:00
rebornix
6269995fe0 fix #111886. 2021-08-04 16:41:02 -07:00
Matt Bierner
863eb4d80a
Make sure we always try rewriting domUris in markdown strings
Fixes #119786

Not 100% this is the correct fix and needs testing in insiders to make sure it doesn't cause other regressions
2021-08-04 16:33:02 -07:00
Matt Bierner
4948a147db
Organize improts in webview / custom editors 2021-08-04 16:33:01 -07:00
Matt Bierner
6375eb19e0
Add organize imports PR to blame ignore 2021-08-04 16:33:01 -07:00
rebornix
5cbeb9f2e3 fix #122710. 2021-08-04 16:09:57 -07:00
Eric Amodio
a4e75b4ec1 Adds MarkdownString support to SCM validations 2021-08-04 18:40:44 -04:00
rebornix
8c4f6d75d9 fix #115147 2021-08-04 15:35:51 -07:00
rebornix
cdcd050aaf re #118039. 2021-08-04 15:19:17 -07:00
rebornix
cd121a7976 fix #121807. Turn notebook to dirty if the output changes. 2021-08-04 15:04:00 -07:00
Megan Rogge
9dc30d8565
allow setting contributed profile icon to a URI or URIs (#130139) 2021-08-04 13:08:47 -07:00
rebornix
136adbed5b fix #129783. 2021-08-04 12:29:27 -07:00
Matt Bierner
494cbbd02d
Organize imports in vs/base 2021-08-04 12:28:27 -07:00
isidor
39127ad747
introduce "debug.console.acceptSuggestionOnEnter"
fixes #128768
2021-08-04 21:05:35 +02:00
rebornix
369afa6562 fix #121100. PausableEmitter 2021-08-04 11:59:29 -07:00
Harald Kirschner
424e5f8de8
Reverting #125570 (#130126) 2021-08-04 14:56:59 -04:00
meganrogge
019cefe8a5
more terminal setting prefix usages 2021-08-04 11:43:30 -07:00
meganrogge
dc00abecfa
use terminal settings prefixes 2021-08-04 11:37:39 -07:00
isidor
8d87bdf345
fixes #127721 2021-08-04 20:30:12 +02:00
isidor
469640333f
Refresh explorer when window gets focus to compensate for missing file events
fixes #126817
2021-08-04 19:47:54 +02:00
Raymond Zhao
686745c5d4
Help emmet settings show up in settings editor 2021-08-04 10:37:01 -07:00
Isidor Nikolic
b343c41901
Merge pull request #125931 from xgdgsc/patch-1
click on disabled breakpoint enable instead of removing #125904
2021-08-04 19:17:09 +02:00
Matthew Go
44358e8c1c
Fix custom select box hover styles (#129970)
* Fix custom select box hover styles

* Handle focused case
2021-08-04 09:25:01 -07:00