Change setting of installationPath and ignoreMissingInstallation to be global
[?]
Dec 30, 2020, 12:21 AM
J7BUXCRWEJDFHFXBMUJIEJOZDRAANQFCEW5M4FDGTWQ24JTOUO6ACDependencies
- [2]
FHP3BBQQUpdate eslint settings to handle Typescript properly - [3]
4PN3R2LYFix lint/style issues - [4]
WW67NYZVConfigure eslint for JS standard formatting - [5]
WHFIIX4YImprove documentation and add Pijul installation configuration - [6]
3N3RS66TCreate pijul output channel and configure activation events - [7]
TKKT6D4CAdd failure loop to installation selection - [*]
NCBEWRYEInitialize Repository
Change contents
- replacement in src/extension.ts at line 46
await config.update('installationPath', exePath);await config.update('installationPath', exePath, vscode.ConfigurationTarget.Global); - replacement in src/extension.ts at line 54
await config.update('ignoreMissingInstallation', true);await config.update('ignoreMissingInstallation', true, vscode.ConfigurationTarget.Global); - replacement in package.json at line 101
"description": "The path of the pijul installation used but the extension""description": "The path of the pijul installation used by the extension"