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 640f70d commit fac6b04Copy full SHA for fac6b04
README.md
@@ -1,4 +1,5 @@
1
# atom-ide-vue package
2
+
3

4
5
Vue language support for [Atom IDE](https://atom.io/packages/atom-ide-base)
lib/main.js
@@ -28,7 +28,7 @@ class VueLanguageClient extends AutoLanguageClient {
28
// https://github.com/vuejs/vetur/issues/1188
29
// https://github.com/tomv564/LSP/issues/565
30
const { initializationOptions } = require("./config")
31
-
32
return {
33
...super.getInitializeParams(projectPath, process),
34
initializationOptions,
0 commit comments