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.
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.