FractalBoy / perl-language-server

100 stars 12 forks source link

Config flexibility #175

Closed FractalBoy closed 2 months ago

FractalBoy commented 2 months ago

Addresses #138 as well as:

  1. Allows ${workspaceFolder} as a replacement of $ROOT_PATH. Both will work but I intend to deprecate $ROOT_PATH.
  2. Allows both .perltidyrc and .perlcriticrc to be specified relative to the workspace. This allows you to place your .perltidyrc and .perlcriticrc along with settings.json all under .vscode in SVN/Git.

Also, some circular dependencies are resolved.

FractalBoy commented 2 months ago

Also going to include a fix to #171.