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
Issue:
IntelliSense errors due to second Jenkinsfile (in a differrent folder) in workspace.
Description:
I am working on two projects at the same time and it's convenient for me to keep them in one workspace (VSCode window), but extension cannot correctly recognize two folders inside workspace root as two separate subprojects, so I have the error above.
Example:
workspace/project1/Jenkinsfile
workspace/project2/Jenkinsfile
The error will be in the second Jenkinsfile, so Intellisense will not work.
Expect:
Some settings or solution so that the extension divides the IntelliSense into subprojects or namespaces.
The text was updated successfully, but these errors were encountered:
VSCode version: 1.64.1
Groovy-Guru version: v0.6.0
Issue:
IntelliSense errors due to second Jenkinsfile (in a differrent folder) in workspace.
Description:
I am working on two projects at the same time and it's convenient for me to keep them in one workspace (VSCode window), but extension cannot correctly recognize two folders inside workspace root as two separate subprojects, so I have the error above.
Example:
workspace/project1/Jenkinsfile
workspace/project2/Jenkinsfile
The error will be in the second Jenkinsfile, so Intellisense will not work.
Expect:
Some settings or solution so that the extension divides the IntelliSense into subprojects or namespaces.
The text was updated successfully, but these errors were encountered: