Skip to content

Commit

Permalink
issue 710 - remove "*.cmd" in "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 23, 2024
1 parent 4ea3240 commit c1047ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Vue.js Language Server",
"programArgs": {
"windows": "vue-language-server.cmd --stdio",
"default": "vue-language-server.cmd --stdio"
"default": "vue-language-server --stdio"
},
"fileTypeMappings": [
{
Expand Down

0 comments on commit c1047ef

Please sign in to comment.