Commit graph

21338 commits

Author SHA1 Message Date
Martin Aeschlimann 7790c4a753 update grammars 2017-07-18 10:09:48 +08:00
Rob Lourens 08f65e7a53 Clean up SearchQuery, move the glob portion of paths to ISearchPathPattern 2017-07-17 18:53:26 -07:00
Martin Aeschlimann 399ff707de Update seti theme to jesseweed/seti-ui@c44b29c (2017-06-26) 2017-07-18 08:30:45 +08:00
Andre Weinand 254c8c5b0b debug API: add onDidStartDebugSession 2017-07-18 00:18:56 +02:00
Matt Bierner 81813b2ca4 Ensure resource path is set 2017-07-17 13:32:42 -07:00
Matt Bierner b62f3d41e1 Update markdown extension to support multiroot 2017-07-17 13:32:42 -07: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 f7d1155ebb Reenable test-int-mocha.sh 2017-07-17 13:19:43 -07:00
Rob Lourens d68fe6be53 Update vscode-ripgrep with temp fix 2017-07-17 13:19:43 -07:00
Matt Bierner 2815f13a03 Rework wording of insecure content message 2017-07-17 13:11:54 -07:00
Matt Bierner a038c06627 Allow running security setting command from md file 2017-07-17 11:19:16 -07:00
Matt Bierner 80f11c09f0 First cut of new markdown securty levels 2017-07-17 11:19:16 -07:00
Sandeep Somavarapu 0ceb095f81 Improve wordings 2017-07-17 23:11:23 +05:30
Benjamin Pasero d1d8d87723 enable "clear recently opened" also when no window is opened 2017-07-17 19:33:56 +02:00
Rob Lourens 150b00a625 Comment out test-int-mocha to unstick builds 2017-07-17 10:16:05 -07:00
Matt Bierner 8f3197dbc0 Fix potential null reference in directive provide 2017-07-17 10:04:16 -07:00
Benjamin Pasero b4d4d0128f show distinct workspaces in history even if ID is the same 2017-07-17 18:33:55 +02:00
Benjamin Pasero c7690c045e tweak workspace label 2017-07-17 18:20:25 +02:00
Rob Lourens 9675352361 Disable search integration tests 2017-07-17 09:19:26 -07:00
Benjamin Pasero 23f80bae35 Workspace can't be saved with same name error (fixes #30786) 2017-07-17 17:09:52 +02:00
Benjamin Pasero a989921a61 MRU list for workspaces does not show the recently opened workspace (fixes #30863) 2017-07-17 16:59:44 +02:00
Andre Weinand abbda286b0 node-debug@1.15.5 2017-07-17 16:56:43 +02:00
Andre Weinand f7e08a96d8 fix corrupted vscode.d.ts 2017-07-17 16:54:36 +02:00
Benjamin Pasero 4d8a487b95 back to rootName as default in window title 2017-07-17 16:38:45 +02:00
Benjamin Pasero 5d99197f40 title: update title when workspace name changes 2017-07-17 16:31:00 +02:00
Benjamin Pasero 8ea11c502f fix window closing 2017-07-17 16:25:27 +02:00
Benjamin Pasero 99b26336d7 handle errors in config watcher 2017-07-17 16:25:27 +02:00
Sandeep Somavarapu a1789df48d Rename 'Save Workspace' action to 'Save Workspace As' 2017-07-17 19:49:34 +05:30
Sandeep Somavarapu e243150c72 Handle workspace actions in an empty workspace case 2017-07-17 19:48:15 +05:30
Benjamin Pasero 30e8284321 show save dialog on correct window 2017-07-17 15:57:20 +02:00
Johannes Rieken 7a8bb07f4a make asRelativePath include the workspace name if there is more than 1, #28526 2017-07-17 15:55:10 +02:00
Benjamin Pasero 46ee37a41e only ask to save untitled workspace when not quitting 2017-07-17 15:54:29 +02:00
Benjamin Pasero 212113c351 vac prep 2017-07-17 15:27:34 +02:00
Benjamin Pasero 42265cd28a fix enablement of menu 2017-07-17 15:22:46 +02:00
Benjamin Pasero 765e466adf set enablement accordingly 2017-07-17 15:07:55 +02:00
Benjamin Pasero eaf1509007 only open empty windows when no other windows opened 2017-07-17 15:00:18 +02:00
Benjamin Pasero 2617ae25c5 fix button labels 2017-07-17 14:54:12 +02:00
Sandeep Somavarapu 7c7ae7a66f #30856: Register schema for workspace configuration file
- Both saved & unsaved
- which supports intellisense in the files
2017-07-17 18:23:10 +05:30
Benjamin Pasero ee2de18277 only restore windows on initial startup 2017-07-17 14:37:35 +02:00
Benjamin Pasero 423bb8610c always validate workspaces 2017-07-17 14:31:56 +02:00
João Moreno fb5b8d0a6d Merge pull request #30690 from Microsoft/joh/lazyProxy
Lazy load http-proxy-agent modules
2017-07-17 14:31:31 +02:00
Sandeep Somavarapu e3208626f5 💄 2017-07-17 17:42:48 +05:30
Sandeep Somavarapu ec29cd2d56 💄 2017-07-17 16:52:44 +05:30
Sandeep Somavarapu 95a09f8fe7 Fix #30849 2017-07-17 16:40:37 +05:30
Johannes Rieken c17ffc2822 fix #26511 2017-07-17 12:48:05 +02:00
Andre Weinand cf6f9ab6e0 debug api: rename createDebugSession to startDebugSession 2017-07-17 12:27:47 +02:00
Benjamin Pasero bdb6d65fcc fix npe 2017-07-17 12:18:50 +02:00