I am trying to make an vscode extension which needs to alter some specific text in all the files the current root directory. Invoke this method from extension code
How can i do that?
I am trying to make an vscode extension which needs to alter some specific text in all the files the current root directory. Invoke this method from extension code
How can i do that?