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 8abc069 commit 2da99dcCopy full SHA for 2da99dc
plugin.py
@@ -41,9 +41,7 @@ def name(self) -> str:
41
42
@property
43
def config(self) -> ClientConfig:
44
- settings = sublime.load_settings("LSP-vue.sublime-settings")
45
- print('settingsssss')
46
- print(settings.get('config'))
+ settings = sublime.load_settings("LSP-vue.sublime-settings")
47
return ClientConfig(
48
name='lsp-vue',
49
binary_args=[
0 commit comments