just discovered the jcasc vs code plugin and having issues in enabling autosuggest and validate
added the jenkins master URL and the jcasc-schema.json file got downloaded fine in the working dir
but when creating a test jenkins.yml file autosugest is missing
any idea what could be wrong
?
Sladyn
@sladyn98
@nelu083_twitter I am not too sure could you try using Ctrl + Space on the file while typing. Also could you check in the settings.json if the .yml is specified as a value for the json schema
John83
@nelu083_twitter
found the problem. I had this "jcasc-schema.json": "y[a]?ml" in my settings.json
Sladyn
@sladyn98
@nelu083_twitter Perfect :)
John83
@nelu083_twitter
changing that to "jcasc-schema.json": "yml" solved the issue for me. It seems it didnt like the glob pattern for some reason...
Oleg Nenashev
@oleg-nenashev
@sladyn98 gentle reminder about the project page update
Sladyn
@sladyn98
@oleg-nenashev Yeah, been busy with the gsoc proposals :/