CannyDuck
CannyDuck
You can modify the makeUrlParam function like this: ``` var makeUrlParam = function(name, value) { if(value != 'undefined' && value != '' && jQuery.isFunction(value)) { value = value(); } return...
Are you able to provide a PR for that in the Vue extension? Sorry I don't have the skills for that. https://github.com/vuejs/language-tools/issues/5741#issuecomment-3506704132
Thanks a lot. Sorry, can you tell me how to handle the --tsdk parameter?