indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Users should not have to set the path to lein in the launch.json file if they have already set it in prefs. #134

Closed indiejames closed 7 years ago

indiejames commented 7 years ago

A template var can be used to fill in the launch.json from prefs when the extension updates it at launch.

indiejames commented 7 years ago

Added $lein_path template var for this.