BrandonKirbyson / VSCode-Animations

A VSCode extension that adds animations to the editor
https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations
MIT License
200 stars 6 forks source link

User Experience: Using enviroment variables to improve update transition with APC #67

Open tadghh opened 3 months ago

tadghh commented 3 months ago

User using APC to install your extension need to edit their apc imports value. A change is needed when vscode itself updates or the extension. Perhaps using enviroment variables would make the transistion easier.

example ${currentVSCodeVersion} and ${currentVSCodeAnimationsVersion}. These would be set through the extension itself. image