diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-01-28 01:20:58 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-01-28 01:20:58 -0500 |
commit | 6b0e15faf39fc7c43ded9980223baa48ef6682c9 (patch) | |
tree | 2fbdcdd45ab82b7232e09bf5bc54c1c32e6d03b0 /package.json | |
parent | 155f3a8ce3b9f7524775f0e34f4c41f5447c368e (diff) | |
download | PerlNavigator-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.json | 4 |
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." } } |