Ping Google Extension Overview The Ping Google extension for Visual Studio Code allows you to quickly open the Command Prompt on Windows and execute the ping google.com command. This can be useful for testing your internet connectivity directly from the editor. Features Opens the Command Prompt (cmd) on Windows. Automatically runs ping google.com. Simple and easy to use. Requirements Operating System: Windows. Visual Studio Code: Version 1.75.0 or higher. Installation From Visual Studio Marketplace Open Visual Studio Code. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X. Search for "Ping Google". Click Install to install the extension. Reload Visual Studio Code if prompted. Manual Installation Download the latest .vsix file from the Releases page. Open Visual Studio Code. Go to the Extensions view. Click on the three dots (...) at the top-right corner of the Extensions view. Choose Install from VSIX.... Select the downloaded .vsix file to install. Usage Open Visual Studio Code. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette. Type Ping Google and select the command Ping Google from the list. A Command Prompt window will open, executing ping google.com. Known Issues The extension only works on Windows operating systems. Does not support macOS or Linux. Release Notes 1.0.0 Initial release of Ping Google. Contributing Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository. License This extension is licensed under the MIT License. Author Your Name Email: your.email@example.com Feedback If you have any questions, suggestions, or issues, please feel free to contact me at your.email@example.com. |