UNPKG

vue-code-link

Version:

![Animation](https://user-images.githubusercontent.com/62974111/174468768-dcacbfaa-3565-4608-bbb3-9a1b81da4ff0.gif)

10 lines (9 loc) 197 B
const serverConfig = { editor: "vscode", }; exports.setEditor = function (editor) { serverConfig.editor = editor; }; exports.getEditor = function () { return serverConfig.editor; };