Commit Graph

15943 Commits

Author SHA1 Message Date
Johannes Rieken
3a5f6213db return of the 3mins rule, fixes #21709 2017-03-06 15:30:56 +01:00
Dirk Baeumer
0106ab2e32 Merged in translations 2017-03-06 15:12:31 +01:00
Benjamin Pasero
3ae887e7b3 tests for orphaned file models 2017-03-06 13:34:39 +01:00
Dirk Baeumer
2a04d942b6 Fixes #22061: Add alias labels for task commands. 2017-03-06 12:45:14 +01:00
Dirk Baeumer
62640a5339 Fixes #22057: Add alias support to commands 2017-03-06 12:45:14 +01:00
Johannes Rieken
1239cebb70 Merge branch 'joh/editors' 2017-03-06 12:40:47 +01:00
Alex Dima
1645d0d150 Fixes #21892: Do not read .d.ts files from disk when generating monaco.d.ts 2017-03-06 12:14:41 +01:00
Benjamin Pasero
16b59a51d4 Add an option to disable closing open files that are removed from the directory (#21962) 2017-03-06 11:26:56 +01:00
Sandeep Somavarapu
4c2600fd3f Fix #19152 2017-03-06 11:11:28 +01:00
Andre Weinand
f202f6ac89 update node-debug 2017-03-06 10:45:08 +01:00
Benjamin Pasero
6afc01866d Auto save triggers save conflict error very easily (fixes #22050) 2017-03-06 10:17:14 +01:00
Benjamin Pasero
c2ca36c7cf Merge pull request #22024 from vp2177/patch-1
Exclude CVS directories
2017-03-06 09:43:05 +01:00
Alex Dima
f80b12e8ff Fixes #11953: Do not use keyIdentifier 2017-03-06 09:36:19 +01:00
Benjamin Pasero
f87c900ebe Shortcut key is displayed incorrectly (fixes #21891) 2017-03-06 08:35:01 +01:00
Benjamin Pasero
a7eec32e20 Navigate-back does not work for "Go to definition" < 5 lines (fixes #21922) 2017-03-06 08:31:03 +01:00
Benjamin Pasero
c8af1d0c55 Only call setJumpList() after first window is opening (fixes #21963) 2017-03-06 08:25:29 +01:00
Benjamin Pasero
e0163462b5 💄 2017-03-06 08:15:33 +01:00
Benjamin Pasero
a3b1076f07 improved auto save (for #21948) 2017-03-06 07:49:59 +01:00
Benjamin Pasero
7d49ac9bb1 💄 2017-03-06 07:48:18 +01:00
Matt Bierner
3b16023c41 Clean up webview click handler 2017-03-05 14:46:51 -08:00
Daniel Imms
511ab6c441 Have appveyor badge display master branch status 2017-03-05 13:24:44 -08:00
Peter V
fa0bc23382 Exclude CVS directories 2017-03-05 18:55:38 +00:00
Daniel Imms
e1d6cb4301 Uplevel xterm.js
Contains link fixes
2017-03-04 16:22:17 -08:00
Daniel Imms
bb5c2e8eb2 Properly initialize xterm link handler 2017-03-04 16:01:26 -08:00
Daniel Imms
63513de9dd Wrap raw terminal link handler 2017-03-04 14:32:50 -08:00
Daniel Imms
70ef81ebfc Use new xterm.js API 2017-03-04 14:27:24 -08:00
Daniel Imms
75e05a7f1f Uplevel xterm.js
This brings in new link handler code to support ctrl/cmd links
2017-03-04 14:19:12 -08:00
Matt Bierner
db35205c7c Fixing a few cases for missing tsserver 2017-03-03 15:44:45 -08:00
Matt Bierner
d1d30da52b Only show implementations code lens on top level interface 2017-03-03 14:06:41 -08:00
Matt Bierner
4ebfc2fc18 Add Enhanced Security Settings to Markdown Preview
Adds enhanced security settings for the markdown preview. The new flow disable all scripts within the preview itself. Users can enable scripts on a per workspace basis.

When a markdown document that uses scripts is loaded, a warning is shown inside the document itself. This warning triggers a new security selector quick pick which allows users to enable or disable enahanced security in the workspace.
2017-03-03 13:56:23 -08:00
Matt Bierner
6f8ea44ca2 Show Reinstall VSCode Error Message when our Bundled tsserver.js is Missing (#21690)
* Add resintall message when bundled tsserver.js is missing. Fixes #21689

* Use common wording for error

* Update warning message
2017-03-03 12:48:31 -08:00
Alex Dima
2c3f743161 Simplify usage of ViewLayer 2017-03-03 20:48:11 +01:00
isidor
4e849f2c75 fixes #21884 2017-03-03 17:44:48 +01:00
isidor
ac4c8f8c2d workbench: getTabOptions should always return the correct state
fixes #21762
2017-03-03 17:38:41 +01:00
Alex Dima
2b9e9c8342 Use directly the RenderingContext 2017-03-03 16:06:32 +01:00
Dirk Baeumer
6a663ab9a4 Merged in translations 2017-03-03 16:04:54 +01:00
isidor
8aecce8ec9 configurationResolverService: do not use cascading replaces 2017-03-03 16:03:04 +01:00
Joao Moreno
2d6382341a disambiguate zero result from file collator 2017-03-03 15:29:30 +01:00
Joao Moreno
04a72fd4a2 fix tree bug
fixes #20142 #19242 #21833
2017-03-03 15:29:30 +01:00
Alex Dima
b3687d8961 Simplify viewport data 2017-03-03 15:20:57 +01:00
Alex Dima
7a90b27cf6 Replace remaining usages of VisibleRange with HorizontalRange 2017-03-03 15:20:56 +01:00
Alex Dima
c73d90bc61 Reduce usage of VisibleRange.top 2017-03-03 15:20:56 +01:00
Alex Dima
5790f031d7 Move LayoutProvider to /common/ 2017-03-03 15:20:55 +01:00
isidor
b8eab0c0d4 fixes #21894 2017-03-03 15:20:01 +01:00
isidor
16009d3e3f debug: just call 'saveAll' action
fixes #21681
2017-03-03 15:10:27 +01:00
Martin Aeschlimann
b9e96da4ef [html] update service for #21717 2017-03-03 13:57:22 +01:00
Sandeep Somavarapu
2f4a33cbee Fix #21864 2017-03-03 13:06:49 +01:00
isidor
3448016dc6 save if dirty label do not use elipses 2017-03-03 12:27:30 +01:00
Sandeep Somavarapu
622b8004f4 #19685 Revert changes in Extension Description
- Revert changes to id in Ext description. No lowering of name.
- Implement an equal function to check equality of extensions
- Use above function to check the equality with extension description
2017-03-03 11:25:04 +01:00
Benjamin Pasero
77d7e0b0d3 Merge pull request #21830 from Microsoft/tyriar/21824
Center panel header hit boxes
2017-03-03 11:08:39 +01:00