You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the problems, if any, with recompiling the extensions inside the extensions folder to make them compatible with VsCode?
I see in the package.json there are conditions for activating the extensions, other stuff like import * as azdata from 'azdata'; but what are the difficulties in abstracting these things and making the extension compatible with VS Code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What are the problems, if any, with recompiling the extensions inside the
extensions
folder to make them compatible with VsCode?I see in the
package.json
there are conditions for activating the extensions, other stuff likeimport * as azdata from 'azdata';
but what are the difficulties in abstracting these things and making the extension compatible with VS Code.Maybe a maintainer can illustrate the effort?
Beta Was this translation helpful? Give feedback.
All reactions