You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming the assumption is __dirname will be the source directory, but in reality, it's ${extensionRoot}/server/out, so the relative path should be ../schema/base.schema.json
I think this is also the case for other relative paths, but I haven't got that far in testing yet
The text was updated successfully, but these errors were encountered:
It looks like the relative directory used to access
base.schema.json
is incorrect:cfn-lint-visual-studio-code/server/src/cfnServerInit.ts
Lines 92 to 106 in ceba900
I'm assuming the assumption is
__dirname
will be the source directory, but in reality, it's${extensionRoot}/server/out
, so the relative path should be../schema/base.schema.json
I think this is also the case for other relative paths, but I haven't got that far in testing yet
The text was updated successfully, but these errors were encountered: