Commit Graph

3731 Commits

Author SHA1 Message Date
Alex Dima
7beea5ca32 Stop simple editor worker after 5 min if it's not used 2016-02-18 16:50:49 +01:00
Alex Dima
0b6bef4b09 Better handling of untracked files w.r.t. dirtyDiff 2016-02-18 16:50:48 +01:00
Alex Dima
2345824184 Compute diff and dirtyDiff on a private editor worker 2016-02-18 16:50:46 +01:00
Alex Dima
63604de6a9 Make WorkerInplaceReplaceSupport usage clear 2016-02-18 16:50:45 +01:00
Dirk Baeumer
8004d277b7 fixes #3122: Add snippet support to tasks.json 2016-02-18 16:49:45 +01:00
Erich Gamma
054734ff27 Merge pull request #3109 from stkb/patch-1
vscode.d.ts: workspace.rootPath is read-only
2016-02-18 16:04:22 +01:00
Joao Moreno
8ede05199b Merge branch 'hygiene-tslint' 2016-02-18 16:02:38 +01:00
Joao Moreno
9707fdf617 reuse reporter in tslint 2016-02-18 16:02:16 +01:00
Andre Weinand
7bcd161277 update to latest node-debug 2016-02-18 15:48:23 +01:00
Andre Weinand
5af8d6a74a debug protcol: update to latest version 2016-02-18 15:39:55 +01:00
Isidor Nikolic
74988106bf Merge pull request #3118 from Microsoft/weinand-nodemon-support
add support for restarting debug session
2016-02-18 15:39:03 +01:00
Andre Weinand
4eb9f06064 add support for restarting debug session 2016-02-18 15:32:38 +01:00
Joao Moreno
ff988d37a8 Merge remote-tracking branch 'origin/master' into hygiene-tslint 2016-02-18 15:28:04 +01:00
Joao Moreno
7a4e55518f whitespace 2016-02-18 15:24:52 +01:00
isidor
d9fc86832a debug: offer to configure tasks.json when there is no tasks.json
fixes #3081
2016-02-18 15:17:50 +01:00
Erich Gamma
f85a587344 Added tslint to the hygiene pre-commit check 2016-02-18 15:01:53 +01:00
isidor
f89daedc43 debug: show 'add to watch' in context menu if there is a launch.json
fixes #3067
2016-02-18 15:00:38 +01:00
isidor
f2c4a56c08 editor: fix hover focus outline 2016-02-18 14:56:08 +01:00
isidor
c468e67db3 debug: make hover accessible 2016-02-18 11:22:06 +01:00
isidor
b0ef72d120 editor: make hover accessible 2016-02-18 11:22:06 +01:00
Dirk Baeumer
90da6715e1 Fixes #3110: Expose ConfigureTaskSystem action 2016-02-18 10:33:10 +01:00
Steve Baker
58a57ada5a workspace.rootPath is read-only
Added the @readonly flag
2016-02-18 10:21:16 +01:00
Alex Dima
7082af62f8 tslint /editor/ and /platform/ tests 2016-02-18 10:07:50 +01:00
Alex Dima
2ba8f083f7 Remove unused Everywhere thread attribute 2016-02-18 10:07:49 +01:00
isidor
e27dba1da3 lint: fix duplicate nls keys 2016-02-18 09:35:18 +01:00
Alex Dima
5b4cbd1688 Fix compile error 2016-02-18 09:31:35 +01:00
Alex Dima
10359a3a0a More tslint 2016-02-18 09:30:02 +01:00
Alex Dima
af2fc4731d tslint 2016-02-18 09:25:18 +01:00
Dirk Baeumer
d47c2c03df Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages 2016-02-18 09:12:42 +01:00
Alex Dima
c3d6ebc9c8 Remove thread attribute usage from markerService 2016-02-18 09:04:50 +01:00
Alex Dima
2b139c005a Remove SynchronizableObjectsRegistry 2016-02-18 09:04:48 +01:00
Alex Dima
eba488b432 Languages information is synchronized with the worker through a Remotable 2016-02-18 09:04:45 +01:00
James Ko
9a40a06a46 Forward arguments correctly: use "$@" instead of $*
Also added an exec to improve performance (which replaces the current process instead of spawning a subshell),
and changed the shebang to #!/usr/bin/env as this is best practice.
2016-02-18 00:47:09 -05:00
isidor
445b4bd453 debug: show stackFrame.name on hover in call stack pane
fixes #3094
2016-02-17 21:43:37 +01:00
isidor
86b957694e debug: get exception breakpoints from the adapter
fixes #3015
2016-02-17 21:35:12 +01:00
isidor
b1afb8d92e debug: add label and filter to exceptionBreakpoints 2016-02-17 21:33:44 +01:00
isidor
94963c8b2b hide errorList as a panel for now 2016-02-17 18:00:32 +01:00
isidor
27cc7317c9 linting in workbench 2016-02-17 17:44:45 +01:00
isidor
260c4ebd7e debug: respect taskSummary.exitCode 2016-02-17 17:30:46 +01:00
isidor
9a89a329e1 tasks: surface exitCode 2016-02-17 17:30:46 +01:00
Dirk Baeumer
a5917af737 Removed some rules to make tslint happy with TS 1.8.0 2016-02-17 17:20:26 +01:00
Dirk Baeumer
07e3011a62 Fixed TS version status 2016-02-17 16:49:05 +01:00
Dirk Baeumer
a5976acb36 Fully remove JS and TS from the VSCode. Only keep extensions. 2016-02-17 16:42:22 +01:00
Joao Moreno
3589e10e13 wording 2016-02-17 16:14:59 +01:00
Alex Dima
1ca0d999c5 Bump version to 0.10.10 due to jan recovery release 2016-02-17 15:58:28 +01:00
Alex Dima
3cc884dfaa Clean up modesRegistry 2016-02-17 15:56:07 +01:00
Alex Dima
9e589be970 Move SnippetsRegistry out of modesRegistry 2016-02-17 15:55:05 +01:00
Alex Dima
ebc76bdfa7 Further reduce dependencies to LanguageExtensions 2016-02-17 15:55:03 +01:00
Alex Dima
7712c55b15 Remove dependencies to LanguageExtensions 2016-02-17 15:55:02 +01:00
Dirk Baeumer
554004be49 Fixes #3087: Remove JavaScript and TypeScript from VSCode 2016-02-17 15:46:10 +01:00