kenkangxgwe / vscode-lsp-wl

Visual Studio Code Client for Wolfram Language Server
MIT License
32 stars 6 forks source link

Depreciation warnings #5

Closed aarjaneiro closed 3 years ago

aarjaneiro commented 4 years ago

Output from WLS is giving the following as a result of loading both required paclets:

Lint`LintString::deprecated: 

   Lint paclet is deprecated.

   Lint functionality has moved to the CodeInspector paclet.

   Use the CodeInspector paclet.

   PacletInstall["CodeInspector"]

AST`ConcreteParseString::deprecated: 

   AST paclet is deprecated.

   AST functionality has moved to the CodeParser paclet.

   Use the CodeParser paclet.

   PacletInstall["CodeParser"]
kenkangxgwe commented 4 years ago

Hi please check out the latest develop branch in lsp-wl repo and refer to the latest README file on that branch. There are instructions of how to install CodeParser and CodeInspector paclets as well.

kenkangxgwe commented 3 years ago

Hi @aarjaneiro , hope you have resolved the problem by installing the latest paclets. Thanks