-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Tasks variables replacing #40288
Comments
@isidorn assigning to you since this would nicely fit into the configuration resolver service. |
We accept PRs that fix this issue If nobody volunterees to look into this I can investigate second half of January |
@isidorn this is interesting. I can give a shot. The code pointer still holds good ? Looks like its pointing to an import statement now. |
@pradeepmurugesan the code pointer is decent, it is that file still. |
@isidorn Sorry if my question is too naive.. Where will the user execute the command I mean is it in the command window of vscode ( cmd + Shift + p ) or somewhere else ? |
it is a variable in a launch configuration (from launch.json) or a task (from task.json). Everything starting with '$' is a variable. Most of them are simple and just evaluate to a filesystem path. When you run a launch configuration (e.g. by pressing 'F5'), the "configuration resolver service" resolves the variables to strings before the configuration is executed. |
@weinand Thanks for the explanation. So Am I understanding it right ? Initially I thought it should move the file in the filesystem to the new name. |
no moving of files is involved here. |
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Would like to see this feature. Also see https://stackoverflow.com/questions/45132566/how-to-fix-jest-no-tests-found-on-windows-10/57522638#57522638 |
can we also do substring as well? |
Sublime Text has this feature
I use WSL script for work in VSCode. So I need change file or dir path slash, or change suffix some times.
I think this will be a useful feature.
#40256
The text was updated successfully, but these errors were encountered: