Kenneth Keim
Kenneth Keim
Same issue in Jan 2021, `appPath: src` in `nativescript.config.ts` has been set from the beginning.
@lonerzzz @turing-tech Did you guys find any solution to this?
> you should use a SharedModule to declare components only ones He is actually just declaring it in one module. This is a code sharing project and we use `some-file.tns.ts`...
Anyone have any temporary fixes like telling the linter to ignore this issue until it gets fixed?? This is a super annoying bug that affects the latest and most up-to-date...
Ok so I think I found a fix, but I'm not sure if it's a good long term solution. In `tsconfig.tns.json`, in the `paths` object, remove "src/*.tns.ts" from the array....
> @kennethkeim I am having this issue on a fairly clean scaffold of a nativescript app, I tried your workaround without any luck. Did you ever find anything else? @marbletravis...
I'm on the latest PopOS and having this issue (only in vs code). Here's the output for the vscode window: ``` WM_CLASS(STRING) = "code", "Code" _NET_WM_NAME(UTF8_STRING) = "Untitled (Workspace) -...
That would make sense, but it was just in the text editor. I don't use the embedded terminals in vs code.
@RedBearAK Thanks for the info, I still can't get that to work. I tried your suggestions and restarted but the issue is still there.
@ian-h-chamberlain I added your lines to the general gui section and the vscode section, and it seems to work well in both. Thanks!