summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-01-28 01:20:58 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-01-28 01:20:58 -0500
commit6b0e15faf39fc7c43ded9980223baa48ef6682c9 (patch)
tree2fbdcdd45ab82b7232e09bf5bc54c1c32e6d03b0 /package.json
parent155f3a8ce3b9f7524775f0e34f4c41f5447c368e (diff)
downloadPerlNavigator-6b0e15faf39fc7c43ded9980223baa48ef6682c9.zip
Initial autocomplete commit. Includes variables, functions, labels, imported modules. Determines object type when possible and restricts modules to explictly imported ones
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 07c7bec..80fde00 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Syntax checking, code navigation, and linting",
"author": "bscan",
"license": "MIT",
- "version": "0.0.6",
+ "version": "0.0.7",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
@@ -130,7 +130,7 @@
"messages",
"verbose"
],
- "default": "verbose",
+ "default": "messages",
"description": "Traces the communication between VS Code and the language server."
}
}