Commit graph

6455 commits

Author SHA1 Message Date
isidor 1e3efda93c polish cgmanifest.json 2018-11-20 17:02:09 +01:00
isidor 085f4656ed add some commit hashes and versions to cgmanifest.json 2018-11-20 16:31:08 +01:00
Isidor Nikolic ec98c79d44
Merge pull request #63497 from Microsoft/isidorn/cgmanifest
Start using component governance for oss tracking
2018-11-20 12:54:47 +01:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
João Moreno 66f717cfa6
Merge pull request #60104 from mathiasvr/fix-60002
Fix #60002 Undo last commit: keep staged files
2018-11-20 09:59:42 +01:00
Joao Moreno 3af878c2d5 💄 2018-11-20 09:58:01 +01:00
Joao Moreno 6052fcf07f Merge commit 'refs/pull/59735/head' of github.com:Microsoft/vscode into pr/59735 2018-11-20 09:43:16 +01:00
Matt Bierner 02a59c3015 Make CachedResponse generic 2018-11-19 18:48:36 -08:00
Matt Bierner fabc627634 Move getSymbolRange out of class 2018-11-19 18:46:09 -08:00
Matt Bierner 1f1618d280 Remove extra conditional
This should always be true
2018-11-19 18:41:26 -08:00
Matt Bierner f953906c74 Remove un-needed any cast 2018-11-19 18:24:59 -08:00
Matt Bierner 26cd646618 Remove unnessisary conditional
The body of these specific events are always non-null
2018-11-19 16:34:15 -08:00
Matt Bierner 277b96327f Enable loading indicator for subsequent js/ts project loads
Fixes #62978
2018-11-19 16:34:15 -08:00
Matt Bierner b115d8860c Extract loadingIndicator to class 2018-11-19 16:34:15 -08:00
Matt Bierner 300f1b8d98 Extract lazy activation logic 2018-11-19 16:34:15 -08:00
Matt Bierner 575e1630d5 Add API so that extensions can configure TS Server plugins
Fixes #63181

This is a replacement for the `_typescript.configurePlugin` command. Using a command, it is easy to forget to check if the js-ts extension is active before executing it. Using an actual api prevents this  and also allows better typing
2018-11-19 14:59:19 -08:00
Matt Bierner 0bfb7fcb54 Add metadata on completions accepted api 2018-11-19 11:04:03 -08:00
Joao Moreno e5406b523e introduce git.openDiffOnClick
fixes #63005
2018-11-19 11:54:51 +01:00
Joao Moreno eb6025ec9b git.postCommitCommand
fixes #62058
2018-11-19 11:54:51 +01:00
Ramya Achutha Rao dcc243c992 Better readability for util.ts 2018-11-18 19:42:02 -08:00
Alex Dima 66f4c5be3a Adopt OSS tool 2018-11-16 23:21:02 +01:00
Alex Dima 976cfe3aa7 Merge branch 'master' into isidorn/cgmanifest 2018-11-16 17:52:27 +01:00
Johannes Rieken c507f6347b set outline label for TypeScript and launch.json, #62839 2018-11-16 16:08:55 +01:00
isidor 040ee51d72 cgmanifest: some commit hashes 2018-11-16 11:46:58 +01:00
João Moreno 850bbb275e
Merge pull request #63069 from Microsoft/rmacfarlane/gitapi
Expose 'apply' and 'diff --cached' from git extension API
2018-11-16 09:40:04 +01:00
Matt Bierner a6b8074a19 Remove is 2018-11-15 18:10:35 -08:00
Matt Bierner 8244f81b65 Simplify data2String 2018-11-15 18:07:57 -08:00
Matt Bierner 78de541d49 Delete unused log level and type levels 2018-11-15 18:07:20 -08:00
Matt Bierner 07a5118d23 Make sure we dispose of pluginManager 2018-11-15 17:59:35 -08:00
Matt Bierner 0dd2f7487f Don't eagerly construct surveys 2018-11-15 17:56:40 -08:00
Matt Bierner a0f0ee42e9 Move survey ready logic into Surveyor 2018-11-15 17:54:46 -08:00
Matt Bierner 106cbdec2c Extract api to own file 2018-11-15 17:50:28 -08:00
Matt Bierner ca68cfd75d Split commands into own files 2018-11-15 17:44:56 -08:00
Matt Bierner dc03204cc2 Improve names 2018-11-15 17:44:56 -08:00
Matt Bierner 71f86e584d Merge plugin config provider into plugin manager 2018-11-15 17:44:56 -08:00
Matt Bierner 5da4d1188e Encapsulate plugins in plugins manager 2018-11-15 17:44:56 -08:00
Matt Bierner 01511eeb28 Make plugin.languages readonly 2018-11-15 17:44:56 -08:00
Matt Bierner 49fd31af84 Move plugin config provider to plugins file 2018-11-15 17:44:56 -08:00
Matt Bierner 3c78e312c6 Remove extra tslint file 2018-11-15 17:44:56 -08:00
Matt Bierner ac95482f6d Pick up TS 3.2 rc 2018-11-15 17:44:56 -08:00
Matt Bierner 0aafeac4a8 Update md grammar 2018-11-15 13:49:40 -08:00
isidor 2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
Matt Bierner f31bc50d1c Use correct position for requesting closing jsx tags
Fixes #63178

Make sure we compute the correct line and offset for multi-line changes
2018-11-14 18:37:00 -08:00
Matt Bierner 80aeb774f6 Fix possible undefined access exception when using apply "first" for a code action and no code actions are returned
Fixes #63101
2018-11-14 15:39:34 -08:00
Matt Bierner 813d3aa393 Fixing some more restrictive tslint errors 2018-11-14 14:45:13 -08:00
Matt Bierner bd314b04a8 Remove extra await 2018-11-14 14:26:46 -08:00
Matt Bierner 3aa49aa583 Improve method names 2018-11-14 14:16:46 -08:00
Matt Bierner d6b6c51b6e Make sure we dispose of reader properly 2018-11-14 14:15:31 -08:00
isidor 347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
Joao Moreno 237b77bac9 prepare for ts 3.2 2018-11-14 09:29:01 +01:00