Files
vscode/extensions/typescript
Matt Bierner 615ea2b4a4 Allow Enabling useCodeSnippetsOnMethodSuggest for JS As Well As TS (#16351)
Fixes #13952

**Bug**
The `typescript.useCodeSnippetsOnMethodSuggest` setting only applies to Typescript files. I believe it should also apply to JavaScript files.

**Fix**
Use `typescript.useCodeSnippetsOnMethodSuggest` to control this behavior for js files as well.

Also delete unused configuration file.

An alternate design would be to add a `javascript.useCodeSnippetsOnMethodSuggest` configuration option, if users really do want to have different behavior between JS and TS.
2016-12-02 11:08:27 -08:00
..
2016-11-08 11:09:05 +01:00
2016-11-08 21:47:40 +01:00
2016-11-18 17:26:22 +01:00
2016-11-09 21:21:37 +01:00
2016-10-08 09:39:48 +02:00
2016-11-30 16:00:58 -08:00
2016-10-28 16:18:21 +02:00