Extension activation cleanup

This commit is contained in:
cte
2025-01-31 21:23:07 -08:00
parent 8ce5f9a890
commit aa806fdc17
6 changed files with 246 additions and 212 deletions

3
src/activate/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export { handleUri } from "./handleUri"
export { registerCommands } from "./registerCommands"
export { registerCodeActions } from "./registerCodeActions"