This repository contains the discontinued Grammarly extension for Visual Studio Code. Although Grammarly no longer officially supports this extension, you can still use it by manually installing the provided .vsix
file.
You can install the Grammarly extension manually either through the VSCode interface or using the command line.
- Download the
.vsix
file from this repository. - Open Visual Studio Code.
- Navigate 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
. - Click on the three-dot menu (
...
) at the top-right corner of the Extensions view. - Select
Install from VSIX...
. - Browse to the location where you downloaded the
.vsix
file and select it. - The extension will be installed, and you may need to reload VSCode for the changes to take effect.
-
Download the
.vsix
file from this repository. -
Open your terminal or command prompt.
-
Navigate to the directory where the
.vsix
file is located. -
Run the following command to install the extension:
code --install-extension grammarly.vsix
-
The extension will be installed, and you may need to reload VSCode for the changes to take effect. If the previous instructions are not sufficient, you have to ensure that the Grammarly Language Server can be initialized correctly, please follow the instructions below:
Create the necessary directory with appropriate permissions. Open your terminal and run the following commands:
sudo mkdir -p ~/.config/grammarly-languageserver/
chmod -R u+w ~/.config
sudo chmod 777 ~/.config/grammarly-languageserver/
As this is a discontinued extension, some features might not work as expected with the latest versions of Visual Studio Code. Use it at your own discretion.
This project is licensed under the MIT License.s
Thanks to the original developers of the Grammarly extension for Visual Studio Code
Thanks also to Artim436 for contributing to making this extension work.