Commit Graph

20538 Commits

Author SHA1 Message Date
Felix Becker
d0a6cc2715 Add type constraint to wrapError 2017-06-26 15:02:52 +02:00
Felix Becker
d2770b6482 Fix all string throw statements 2017-06-26 15:02:52 +02:00
Felix Becker
91d8f34d7f Add no-string-throw to TSLint 2017-06-26 15:02:52 +02:00
Michel Kaporin
8427f84973 Code tidy up 2017-06-26 14:53:13 +02:00
Dirk Baeumer
fa6145fca3 Fixes #29446: Issue a error if version 2.0.0 defines global OS specific tasks. 2017-06-26 14:52:35 +02:00
Joao Moreno
7b90f16e19 rename ignore action 2017-06-26 14:50:39 +02:00
Michel Kaporin
91ab830714 Refactored main.js to TS 2017-06-26 14:37:27 +02:00
Michel Kaporin
915a0056ae Added markdown to trace all smoke test failures to understand their patterns. Resolves #27906 2017-06-26 14:37:27 +02:00
Benjamin Pasero
b16693e3dd Adopt folder pased excludes config for history (fixes #29164) 2017-06-26 14:32:11 +02:00
Johannes Rieken
ca59971278 add support for snapshots on windows, #28492 2017-06-26 14:12:59 +02:00
Johannes Rieken
54404b7c9e windows paths for snapshot generation, #28492 2017-06-26 13:41:40 +02:00
Dirk Baeumer
b5ae943854 Fixes #29013: Tasks 2.0 integration with launch.json 2017-06-26 13:14:02 +02:00
Sandeep Somavarapu
a5248f3675 #28538 Proposed API to read configuration in a multi root workspace 2017-06-26 12:53:14 +02:00
Dirk Baeumer
fbfe700750 Fixed #28998: Cannot read property 'resource' of null 2017-06-26 12:43:58 +02:00
Dirk Baeumer
b01ffcf541 Fixes #28489: Bug with tasks in realease 1.13 2017-06-26 12:37:32 +02:00
Dirk Baeumer
46843c3681 Only offer task problem matcher attach in V2 2017-06-26 12:37:27 +02:00
Benjamin Pasero
6b00b9f035 Error spam in the console when transitioning multi root folders (fixes #29423) 2017-06-26 12:08:34 +02:00
Benjamin Pasero
fbab6132ce Pasting a conflicting file into unresolved explorer folder is no-op (fixes #29178) 2017-06-26 11:50:44 +02:00
Michel Kaporin
eedd2ce355 Operate on sample extension for smoke test, instead of contributing to third-party extension download count. Resolves #28876 2017-06-26 11:23:55 +02:00
Joao Moreno
7f3760e073 Merge branch 'gecharo-git-merge' 2017-06-26 11:18:33 +02:00
Joao Moreno
842421f3f5 catch merge conflicts 2017-06-26 11:18:18 +02:00
Dirk Baeumer
958f0212c9 Deprecate isShellCommand 2017-06-26 11:08:49 +02:00
Joao Moreno
df9c7d01b5 💄 2017-06-26 11:05:59 +02:00
Dirk Baeumer
09258c5cf5 Fixes #27616: "No build/test task defined" messages need update 2017-06-26 11:01:34 +02:00
Dirk Baeumer
55b5762e36 Fixes #27571: Confusing warning message 2017-06-26 10:40:17 +02:00
Michel Kaporin
2b269a284f Added check for build task not to progress until it's been resolved. 2017-06-26 10:37:41 +02:00
Dirk Baeumer
db099d56a5 Fix comnpile error 2017-06-26 10:00:18 +02:00
Dirk Baeumer
4228e277b8 See #29427 2017-06-26 10:00:17 +02:00
Joao Moreno
f23a32b7a7 Merge branch 'git-merge' of https://github.com/gecharo/vscode into gecharo-git-merge 2017-06-26 09:56:42 +02:00
Joao Moreno
b84074b7b4 Merge branch 'BugraC-23797-git-manage-ignore-files' 2017-06-26 09:50:15 +02:00
Joao Moreno
d5eda85077 streamline git ignore 2017-06-26 09:49:34 +02:00
Joao Moreno
75d4fcbe49 Merge branch '23797-git-manage-ignore-files' of https://github.com/BugraC/vscode into BugraC-23797-git-manage-ignore-files 2017-06-26 09:29:47 +02:00
Johannes Rieken
ca929a0c79 make vscode-darwin-snapshots run on minified code, #28492 2017-06-26 09:22:23 +02:00
Dirk Baeumer
779aca2867 Fixes #29317: Probably missing return in markers/common/problemMatcher.ts 2017-06-26 09:15:07 +02:00
Joao Moreno
01ccd5b908 fixes #29424 2017-06-26 09:12:50 +02:00
Benjamin Pasero
d5768b346f multi root - relax reload window restriction 2017-06-26 09:03:49 +02:00
Benjamin Pasero
10154778af multi root - restart watcher based on multi root change 2017-06-26 09:03:49 +02:00
Johannes Rieken
b9da7f7332 fix #29410 2017-06-26 08:56:23 +02:00
Joao Moreno
3c74782e0a remove console.log 2017-06-26 08:38:19 +02:00
Joao Moreno
be68fdbd07 remove package-lock.json 2017-06-26 08:29:26 +02:00
Benjamin Pasero
b4327aa772 Use nsfw for gulp watch (#29203) 2017-06-26 08:12:50 +02:00
Benjamin Pasero
043e24ada0 fix tslint warning 2017-06-26 08:01:27 +02:00
Ramya Achutha Rao
b508e11e5a Use latest vscode-emmet-helper to use right regex for validating abbr 2017-06-25 21:35:47 -07:00
rebornix
0a03c8a6a4 Fix #29285. If users have autoindent turned on, we no longer adjust the indentation of current line on Enter as that should be already taken care of. 2017-06-25 18:34:19 -07:00
rebornix
dc0ebb44f2 Interface should start with an additional I. IIndentConverter. 2017-06-25 18:34:19 -07:00
rebornix
da4f67029c Fix #29347. Skip empty lines when searching for preceding line who matches onEnter rules. 2017-06-25 18:34:19 -07:00
rebornix
9c1d16628c Fix https://github.com/Microsoft/vscode/issues/29347#issuecomment-310766297. Only count indentation before the cursor. 2017-06-25 18:34:19 -07:00
kieferrm
51c76ff68e more tolerant comparison 2017-06-25 17:09:56 -07:00
Christof Marti
997bcf9001 Add linting for extensions 2017-06-25 17:09:56 -07:00
kieferrm
0effef14e1 fix compile errors 2017-06-25 17:09:56 -07:00