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
Hi. I have a custom JSON file in my project and suppose it is like below:
{
"files": ["file1", "file2", ...]
}
I want to open the file when i use CMD + Click on the file names in this file. Just like when I click on the path in the import statement, it redirects to the module. But how do I listen to the click event and add underline style? Is it possible?
The text was updated successfully, but these errors were encountered:
baspinarenes
changed the title
How do I listen to the click event on tokens in the editor?
How do I listen to the click event on token in the editor?
Jun 24, 2023
mjbvz
added
the
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
label
Jun 26, 2023
mjbvz
added
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
and removed
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
labels
Oct 2, 2023
Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.
Hi. I have a custom JSON file in my project and suppose it is like below:
I want to open the file when i use CMD + Click on the file names in this file. Just like when I click on the path in the import statement, it redirects to the module. But how do I listen to the click event and add underline style? Is it possible?
The text was updated successfully, but these errors were encountered: