VSCode
The VS Code Track requires Lightrail's VS Code Extension (opens in a new tab) to be installed, to facilitate communication between Lightrail and VS Code. If you haven't already installed it, follow these directions:
- In VS Code, press ⌘/ctrl-p to open the VSCode Quick Open UI
 - Paste in the following command and hit Enter/Return:
 ext install lightrail.lightrail-vscode
There is 1 default Action and 3 supported Tokens for VSCode.
Action:
Propose Changes: Describe the changes you would like to make in your VSCode project.
Tokens:
/vscode.selection: Highlighted code/vscode.current-file: The most recent tab / file open/vscode.selected-files: You can select multiple files usingCtrl/Cmdwithclick.
⚠︎
/vscode.selected-files does not support selecting directories. To select a
directory & all of its contents, use the token /files.path.
Recipe
To edit your VSCode project:
- Select the 
Propose ChangesAction in Lightrail - Add the relevant files that you would like to edit via Tokens and describe the changes you'd like to make
 - Review the diff of the suggested changes in VSCode - you can accept or reject the changes file by file