Commit Graph

226 Commits

Author SHA1 Message Date
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
Michael
261c23d427 fix typo in type definitiion 2016-10-03 16:02:02 +02:00
Dirk Baeumer
2e5b5f1750 Fixes #13035: Disable experimental auto build setting 2016-09-29 21:56:14 +02:00
Dirk Baeumer
623e0176c7 Update typescript extension OSSReadme 2016-09-29 16:49:35 +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
ca81a6bea0 Upgrade to TS 2.0.3 2016-09-22 22:29:31 +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
b40a3b4b71 Fixes #11456: Hide the tsdk_version setting from the user 2016-09-02 16:21:11 +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
766a99bead Run OSS Tool 2016-09-01 12:36:56 +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
Martin Aeschlimann
c5fc19d474 grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
Martin Aeschlimann
5341c17cca TS completes single quote in comments fixes #10068 2016-08-03 12:13:18 +02:00
Johannes Rieken
be8ad1d9b6 Merge pull request #10062 from Microsoft/joh/890
add `resolveWorkspaceSymbol`
2016-08-03 10:39:50 +02:00
Johannes Rieken
ad1ec90782 adopt recommended ctor signature 2016-08-03 09:27:53 +02:00
Martin Aeschlimann
fdcbf91f27 [typescript] evolve update script, emit grammar as JSON 2016-08-02 17:27:04 +02:00
Martin Aeschlimann
847f78f6f4 [typescript] update grammar script improvements 2016-08-02 17:27:04 +02:00
Martin Aeschlimann
2ee0412b22 [typescript] update grammar (Microsoft/TypeScript-TmLanguage@1cf745c) 2016-08-02 12:13:28 +02:00
Martin Aeschlimann
893483c907 [typescript] grammar-update script 2016-08-02 12:13:28 +02:00
Daniel Imms
6e28026527 Update shrinkwrap for packaged extensions 2016-07-28 16:11:44 -07:00
Martin Aeschlimann
c84ecd7867 Update JSON Schema for JS and TS #8221 2016-07-22 11:04:01 +02:00
Martin Aeschlimann
70aa7ac5b0 Merge pull request #9595 from Microsoft/aeschli/languageconfiguration-cleanup
Replace deprecated __ language APIs with language-configuration alternative
2016-07-22 10:58:23 +02:00