Commit graph

31069 commits

Author SHA1 Message Date
Martin Aeschlimann 4c8fae3cca [html] format 2018-03-14 23:02:04 +01:00
Martin Aeschlimann fb4f66dc11 [html] limit ranges 2018-03-14 22:56:30 +01:00
Matt Bierner 7de696a202 Avoid using import x = require('...')
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Matt Bierner 81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner fe6cab7118 Disallow the non-generic version of Registry.as
We should always require an explicit type for this
2018-03-14 14:05:02 -07:00
Matt Bierner f94cea3742 Mark private emitters as readonly 2018-03-14 13:57:38 -07:00
Matt Bierner adcf6b2ddb Mark public event properties readonly 2018-03-14 13:54:41 -07:00
Matt Bierner 585cda3e5d More property readonly marking 2018-03-14 13:48:38 -07:00
Matt Bierner dd0e137303 Clean up 2018-03-14 11:43:20 -07:00
Matt Bierner 82084be1bc Switch to use vscode-resource scheme in webviews
Fixes #45784
2018-03-14 11:25:40 -07:00
Martin Aeschlimann a2ac383fba
Merge pull request #45756 from zikalino/zims-yml-default-extension
make sure yml extesion is default for yaml files
2018-03-14 18:15:44 +01:00
isidor ae60622007 explorer: better message for root move
fixes #44551
2018-03-14 17:57:37 +01:00
isidor ffcc105bcb debug: polish inline values scheduler work 2018-03-14 17:52:45 +01:00
Johannes Rieken 8ed4f456d0 use #region in proposed API 2018-03-14 17:48:24 +01:00
Isidor Nikolic 3853162597
Merge pull request #45731 from nojvek/inline-values
updateInlineDecorations when model content changes
2018-03-14 17:41:18 +01:00
Joao Moreno 572079a2f3 fix npe 2018-03-14 17:10:37 +01:00
Johannes Rieken b4d91dea77 first steps in rendering related diagnostic information, #10271 2018-03-14 17:00:33 +01:00
Noj Vek aff222c249 Use scheduler
Also rename fns and consts to have less ambiguous`InlineValueDecorations` suffix
2018-03-14 08:50:59 -07:00
Benjamin Pasero d43d9674ee macOS: cannot quit with 0 windows open from dock anymore (fixes #45776) 2018-03-14 16:46:17 +01:00
Martin Aeschlimann 6804f4d9cd [html] update dependencies, extract folding, folding tests 2018-03-14 15:53:24 +01:00
Johannes Rieken a4c05af8a3 better fix for #45561 2018-03-14 15:46:47 +01:00
Joao Moreno 6b7d8721f2 fixes #45763 2018-03-14 14:58:52 +01:00
Johannes Rieken 9720e982d6 let F8 only visit errors and warnings, #44141 2018-03-14 14:42:16 +01:00
Johannes Rieken 904bd6e5ed only show errors and warnings in explorer, #44141 2018-03-14 14:39:40 +01:00
Joao Moreno cc11eb00ba update gulp-atom-electron 2018-03-14 14:17:42 +01:00
Joao Moreno 2bd6ccd11e fix indentation 2018-03-14 14:17:42 +01:00
Johannes Rieken 5fa4641b10 allow to query for certain severities, #44141 2018-03-14 14:14:27 +01:00
Johannes Rieken 185630f925 add MarkerSeverity, #44141 2018-03-14 13:23:09 +01:00
Sandeep Somavarapu 0a165e8815 Fix #42401 2018-03-14 17:44:51 +05:30
zikalino c4e97b6b7f make sure yml extesion is default for yaml files 2018-03-14 20:11:58 +08:00
Johannes Rieken f4c997a5c9 back to simple getDiagnostics-function, #30075 2018-03-14 12:42:38 +01:00
Sandeep Somavarapu f2bb10517f #43813 💄 2018-03-14 16:51:01 +05:30
isidor d67d53d1db zenMode: on shutdown make sure to get out of zenmode
fixes #45610
2018-03-14 11:59:31 +01:00
Benjamin Pasero 68ff52b4c7 increase timeout for #45745 2018-03-14 11:42:07 +01:00
isidor b92f1d1fd8 debug: variables controller react on mouse up to allow double click to set value
fixes #45577
2018-03-14 11:40:13 +01:00
Johannes Rieken 8a156e1d95 adding IRelatedInformation to the marker model, #260 2018-03-14 11:39:00 +01:00
Sandeep Somavarapu 1107f171f1 Fix #44038 2018-03-14 16:08:01 +05:30
Sandeep Somavarapu 72dd203f64 Fix #32003 2018-03-14 16:00:09 +05:30
Joao Moreno 473cc9f1b2 upload sourcemaps 2018-03-14 11:26:24 +01:00
Andre Weinand 28cb68da19 update DAP 2018-03-14 11:25:15 +01:00
Joao Moreno c1979d3038 fix upload vscode configuration 2018-03-14 11:24:30 +01:00
Isidor Nikolic d8600f23bb
Merge pull request #45691 from chryw/master
More tweaks for #45406
2018-03-14 11:07:10 +01:00
Johannes Rieken ec091c2c01 add DiagnosticChangeEvent #30075 2018-03-14 11:00:42 +01:00
Johannes Rieken 2f4dedeb6d add tests for DiagnosticsCollection events, #30075 2018-03-14 10:48:01 +01:00
Joao Moreno ffa6fe4b6f Merge branch 'yaml-builds' 2018-03-14 10:29:41 +01:00
Joao Moreno 3334169368 rename build files 2018-03-14 10:18:03 +01:00
Martin Aeschlimann 67e6d8f675
Merge pull request #45729 from Arnie97/patch-1
Update file extensions for the ini language
2018-03-14 10:08:45 +01:00
Joao Moreno 7c26e85650 fix linux 32 2018-03-14 09:33:32 +01:00
João Moreno 13f3c4de05
Merge pull request #45696 from stevedesmond-ca/master
Properly set electron version in env scripts
2018-03-14 09:10:26 +01:00
Joao Moreno adf33f772b phase conditions 2018-03-14 09:00:45 +01:00