Skip to content

Instantly share code, notes, and snippets.

@livando
Last active June 12, 2019 16:54
Show Gist options
  • Save livando/ea6579510b8fa8d10eb2994c5af2f01a to your computer and use it in GitHub Desktop.
Save livando/ea6579510b8fa8d10eb2994c5af2f01a to your computer and use it in GitHub Desktop.
VS Code Alfred 3 Integration

Links

Installation

  1. Install NPM package
  2. Install VS Code Project Manager
  3. Apply Project Manager project.json reference fix.
$ npm install --global alfred-vscode

Visual Studio Code Project Manager - Only if you like to have a project manager for VS Code.

/usr/local/lib/node_modules/alfred-vscode/lib/utils.js

 194   const relativeProjectFilePath = path.join(
 195     channelPath,
 196     'User',
 197     'globalStorage/alefragnani.project-manager', // 👍
 198     PROJECTS_FILE,
 199   );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment