Advertisement
dev017

current version of vs code

Jul 29th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. import com.microsoft.vscode.Version;
  2.  
  3. public class Main {
  4.     public static void main(String[] args) {
  5.         String version = Version.getCurrentVersion();
  6.         System.out.println("A versão atual do Visual Studio Code é: " + version);
  7.     }
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement