Commit Graph
16859 Commits
Author SHA1 Message Date
Johannes Rieken ef1fc4560d uri - fix windows tests 2017-07-18 18:46:47 +02:00
Benjamin Pasero b8040ba354 💄 2017-07-18 18:23:59 +02:00
Priit Haamer 7a78eee3cf Add workbench.fontAliasing configuration option (#30628)
* Add workspace.fontAliasing configuration option

Add simple boolean configuration option that controls how fonts are being rendered in workbench.

Enabling this option in configuration results with more native feel on macOS.

* Add different modes for workbench.fontAliasing

Support both additional "antialiased" and "none" methods on font antialiasing. Leaving subpixel-antialiased as default

See #2577

* Apply workbench.fontAliasing on document.body

Instead of using only workbench element, apply font aliasing setting globally on entire window.

See #2577
2017-07-18 18:10:45 +02:00
Benjamin Pasero 5a603d926b mrw: only set status bar color for our default theme (light & dark) 2017-07-18 18:04:27 +02:00
Benjamin Pasero 8525a5cdbb Some settings for customizing the statusbar colors are missing (fixes #30780) 2017-07-18 17:55:49 +02:00
Andre Weinand 2bcbfa2b8a improve doc for startDebugSession 2017-07-18 17:45:45 +02:00
isidor 0f731a79df pass on --debugId from extension host to debug
fixes #30698
2017-07-18 17:01:56 +02:00
Benjamin Pasero ed98fcab5c mrw: enable "new workspace" when no window opened 2017-07-18 16:45:20 +02:00
Benjamin Pasero 457e7a3e65 mrw: make sure "open workspace" is enabled when no window is opened 2017-07-18 16:18:23 +02:00
Johannes Rieken 320a5cf893 debt - only have one parse method on SnippetParser 2017-07-18 16:08:11 +02:00
Benjamin Pasero 0415f33847 fix npe 2017-07-18 16:03:48 +02:00
Benjamin Pasero 721c16a931 simplify API to pickAndOpen 2017-07-18 15:59:30 +02:00
isidor 31793ee804 getMostSpecificScopes: if there are multiple scopes that contain a range return all of them.
fixes #30286
2017-07-18 15:34:58 +02:00
Johannes Rieken 531b6b1c21 simplify URI implementation 2017-07-18 15:09:53 +02:00
isidor 6a465fc3d2 always expand single folder workspace and multi folder workspace with only 1 root
fixes #30247
2017-07-18 15:09:24 +02:00
Andre Weinand b49b009ef0 add _isNodeDebugType key 2017-07-18 15:02:13 +02:00
Johannes Rieken 3b68c596c3 add telemetry to opener service 2017-07-18 12:11:24 +02:00
Benjamin Pasero c30266c690 make window finder fit for workspaces 2017-07-18 12:02:49 +02:00
Johannes Rieken 87dd24653e 💄 2017-07-18 12:00:11 +02:00
Johannes Rieken 175dc85af8 debt - convert workbench action to comand 2017-07-18 11:56:39 +02:00
isidor 636ff9801a polish callstack expansion
fixes #30155
2017-07-18 11:54:06 +02:00
Johannes Rieken f21eff1974 better fix for #30769 2017-07-18 11:37:42 +02:00
Benjamin Pasero 30e8bb32f9 save workspace: always use parent of first folder as default target 2017-07-18 11:22:21 +02:00
Johannes Rieken b2b501f28b Revert "fix #30769"
This reverts commit 1dc88b471c.
2017-07-18 11:21:54 +02:00
isidor a51edb58f7 Prevent recursive compound launch configs
fixes #30384
2017-07-18 11:21:30 +02:00
Sandeep Somavarapu 823c83ad52 revert the changes 2017-07-18 14:43:42 +05:30
isidor 8d8060b0cb "Load More Stack Frames" do not blink while stepping
fixes #30206
2017-07-18 11:09:08 +02:00
Benjamin Pasero 7b8dbf650a add a method to fully resolve a workspace on the main side 2017-07-18 11:08:34 +02:00
Sandeep Somavarapu 84fd73bee0 Investigate #30902 2017-07-18 14:31:54 +05:30
Johannes Rieken eef4508ac6 💄 and remove unused code 2017-07-18 11:01:25 +02:00
Benjamin Pasero 7ba2ede2a7 merge findWindowOnFolder and findWindowOnWorkspace into one 2017-07-18 10:48:11 +02:00
Benjamin Pasero d4ff203d81 simplify closeExtensionHostWindow via broadcast 2017-07-18 10:42:08 +02:00
Benjamin Pasero 7d42622dab MR: allow to drop workspace file into window to open 2017-07-18 10:30:28 +02:00
Benjamin Pasero f37c665f14 polish mr dialogs 2017-07-18 10:26:20 +02:00
isidor 8b513a4d6d debugHover: first layout then scanDomNode
fixes #30855
2017-07-18 10:24:13 +02:00
Johannes Rieken 1dc88b471c fix #30769 2017-07-18 10:15:15 +02:00
Sandeep Somavarapu 5dec86b878 Try#30902 2017-07-18 13:21:19 +05:30
Benjamin Pasero 28fd5e369e fix workspace name style 2017-07-18 08:40:23 +02:00
Benjamin Pasero f37dfc4bb7 💄 2017-07-18 08:21:14 +02:00
Benjamin Pasero c7926a7e2a 💄 2017-07-18 07:46:38 +02:00
Rob Lourens 3245039b4f #27226 - include folder glob when global include isn't specified 2017-07-17 21:30:38 -07:00
Rob Lourens 0d765310c7 Avoid producing empty IExpressions - empty include matches nothing 2017-07-17 20:28:17 -07:00
Rob Lourens 068f3ab0cd Handle empty folderResources for file query 2017-07-17 20:07:14 -07:00
Rob Lourens 08f65e7a53 Clean up SearchQuery, move the glob portion of paths to ISearchPathPattern 2017-07-17 18:53:26 -07:00
Andre Weinand 254c8c5b0b debug API: add onDidStartDebugSession 2017-07-18 00:18:56 +02:00
Rob Lourens d8997bde72 Fix up search integration tests - #27226 2017-07-17 13:27:58 -07:00
Rob Lourens a322986bb5 Get rid of searchPaths - cleanup for #27226 2017-07-17 13:27:57 -07:00
Rob Lourens a8cc22b94e Get rid of glob buttons for #27226 2017-07-17 13:27:57 -07:00
Rob Lourens cffadfee38 Exclude input box should take precedence over the settings excludes on folderQuery (not taking into new precedence rules, to be implemented later) 2017-07-17 13:27:56 -07:00
Rob Lourens d68fe6be53 Update vscode-ripgrep with temp fix 2017-07-17 13:19:43 -07:00