Commit Graph

174 Commits

Author SHA1 Message Date
Dirk Baeumer
2cc1a70bc4 Fixes #14797: Add workaround for TS issue: https://github.com/Microsoft/TypeScript/issues/11883 2016-11-01 14:40:14 +01:00
Dirk Baeumer
b74b36bee0 Fixes #13266: TSC version mismatch shouldn't be shown for JavaScript 2016-10-27 12:01:29 +02:00
Johannes Rieken
0231e82cf0 function vs function-call, fixes #14490 2016-10-26 12:57:17 +02:00
Dirk Baeumer
207d45f161 Fixes #14410: Rename experimentalAutomaticTypeAcquisition to disableAutomaticTypingAcquisition 2016-10-25 15:10:14 +02:00
kieferrm
f94ebcf2d0 enable automatic typings acquisition by default 2016-10-24 17:10:08 -07:00
Johannes Rieken
9aeeee4c1a don't project failures to console, fixes #13785 2016-10-21 10:42:58 +02:00
Johannes Rieken
abc9993766 add [typescript|javascript].formate.enable 2016-10-17 14:38:08 +02:00
Dirk Baeumer
6827488419 Added additional formatting options 2016-10-14 20:49:30 +02:00
Dirk Baeumer
f2575227bb Making protocol.ts a real module 2016-10-14 20:49:30 +02:00
Dirk Baeumer
99dd5e4a22 Adopt protocol.d.ts file from npm package 2016-10-14 20:49:29 +02:00
Dirk Baeumer
67af291986 Make use of TS 2.0.6 optional 2016-10-14 20:49:28 +02:00
Dirk Baeumer
b43b1084bf Passing command line argument --useSingleInferredProject 2016-10-14 20:49:27 +02:00
Dirk Baeumer
b2fe50a8ac Adopt useOneInferredProject 2016-10-14 20:49:26 +02:00
Dirk Baeumer
ad0668ac8d Adopt replacementSpan 2016-10-14 20:49:25 +02:00
Dirk Baeumer
79a445380e Pull in 2.0.6 protocol.d.ts 2016-10-14 20:49:24 +02:00
Dirk Baeumer
ad7e29352d Automate tsserver installation 2016-10-14 20:49:23 +02:00
Wade Anderson
b10d024111 Updated version mismatch Info message
Per https://github.com/Microsoft/vscode/issues/13284#issuecomment-252186657
2016-10-10 08:55:20 -07:00
Johannes Rieken
eda34bbe60 tsfmt - extensions/typescript 2016-10-08 09:39:48 +02:00
Dirk Baeumer
2e5b5f1750 Fixes #13035: Disable experimental auto build setting 2016-09-29 21:56:14 +02:00
Dirk Baeumer
7067b5927c Fixes #12721: Info message about typescript.tsdk is a bit too much 2016-09-29 14:04:45 +02:00
Dirk Baeumer
82e929bd0f Partial fix for #12798. 2016-09-28 15:36:28 +02:00
Dirk Baeumer
d15f6491a7 Fixes #12803: Cannot read property 'then' of null 2016-09-28 14:49:35 +02:00
Dirk Baeumer
12a9daeb62 Fixes #12798: TS error stays around 2016-09-28 13:46:20 +02:00
Dirk Baeumer
5c602c0afd Fixes #12778: [loc][Query][VSCode] Please clarify string 2016-09-28 10:35:43 +02:00
Dirk Baeumer
f92b910dbb Fixes #11850: Investigate better synchronization between diagnostic request and auot code complete 2016-09-26 22:14:23 +02:00
Benjamin Pasero
889c5d2d8c ts 2.0: fix unexternalized string issues 2016-09-23 14:50:43 +02:00
Dirk Baeumer
98e45b8d79 Add close buttons to messages 2016-09-23 12:07:28 +02:00
Dirk Baeumer
a48d278d19 Added values to enums to make 2.0.3 compiler happy with structural equal enums 2016-09-23 11:50:22 +02:00
Dirk Baeumer
a464b8a7b5 Fixing compile error caused by TS 2.0.3 2016-09-23 09:03:16 +02:00
Dirk Baeumer
03d7916061 ImprovedVersionChecking 2016-09-22 16:24:33 +02:00
Dirk Baeumer
f0910528f4 Disable debugger 2016-09-22 12:53:32 +02:00
Dirk Baeumer
f4e1161ef0 Normalize all pathes using fs.realpath 2016-09-22 12:36:15 +02:00
Dirk Baeumer
1ad65140b4 Update typescript extension to 2.0.2 2016-09-21 16:13:49 +02:00
Benjamin Pasero
6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno
676d5ff178 flip typescript hover order 2016-09-05 17:31:20 +02:00
Dirk Baeumer
b5a3c7350b Fixes #11437: Change 'The workspace folder contains a TypeScript version' message 2016-09-02 10:51:23 +02:00
Dirk Baeumer
aae56e2010 Fixes #11391: Typescript extension throws when opening a single file 2016-09-01 17:40:24 +02:00
Dirk Baeumer
64a75fa8bb Adds forward link for #11162 2016-09-01 09:37:37 +02:00
Rob Lourens
e1257de7ea Fix #11353 typo 2016-08-31 16:57:13 -07:00
Dirk Baeumer
bb22b9f664 Fixes #11162: TS: warn user when the globally installed version is 2.0 and tsdk isn't set 2016-08-31 15:58:13 +02:00
Dirk Baeumer
964be94e01 Fixes #11229: Flickering red underlines in code with errors 2016-08-30 21:20:38 +02:00
Dirk Baeumer
ee8ec91efd Fixes #8081: "Open Symbol By Name" is not working properly in multipy typescript projects. 2016-08-26 16:31:40 +02:00
Johannes Rieken
77e2cf8c43 ts - also disable channel reveal when using trace 2016-08-25 12:11:27 +02:00
Dirk Baeumer
f3ad0f68fc Don't bring output window to front if error gets logged. 2016-08-24 11:14:43 +02:00
Dirk Baeumer
3f603c102d Fixes #10841: TSServer cancelled requests should not show stack in output pane 2016-08-23 20:09:34 +02:00
Johannes Rieken
4a25cec539 typescript should not steel focus 2016-08-23 16:49:54 +02:00
Dirk Baeumer
9b0fff55bd Fixes #10842: Output pane comes up with hover 2016-08-23 16:36:39 +02:00
Dirk Baeumer
1897d17bce Fixes #10823: Improve error reporting in tsserver. 2016-08-23 10:57:17 +02:00
Dirk Baeumer
b15d08e8fe Inferr correct problem location for tsconfig.json file errors. 2016-08-22 15:01:41 +02:00
Dirk Baeumer
c4d6481247 Make TypeScript extension ready for 2.0 2016-08-17 12:43:17 +02:00