We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b763dde commit 485c83bCopy full SHA for 485c83b
dist/main/atom/atomConfig.js
@@ -17,7 +17,7 @@ var Config = (function () {
17
default: 'none'
18
},
19
typescriptServices: {
20
- title: 'Full path to a custom `typescriptServices.js`',
+ title: 'Full path (including file name) to a custom `typescriptServices.js`',
21
type: 'string',
22
default: ''
23
lib/main/atom/atomConfig.ts
@@ -23,7 +23,7 @@ class Config {
24
25
26
27
28
29
0 commit comments