Go to Definition not working in vscode-brightscript-language-extensions #651
gthazhaikumar-wbd
started this conversation in
General
Replies: 1 comment
-
If you have a non-standard project structure, the extension may need a little help understanding your project. Could you describe your project structure a bit? Like, do you have some custom build script that assembles files from nonstandard roku locations? Typically you can create a Here's an example: {
"rootDir": "./roku-app-number-one",
"files": [
"source/**/*",
"components/**/*",
//for example: you have sone files that need to exist in the pkg:/source folder but they are stored elsewhere. this maps them to there
{ src: "some-nonstandard-folder/**/*.brs", "dest": "source/"},
"images/**/*",
"manifest",
"...anyOtherPatternsYouWant"
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions