Package Exports
- @mac-applications/code
- @mac-applications/code/lib/index.cjs.js
- @mac-applications/code/lib/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mac-applications/code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@mac-applications/code
获取VSCode的配置信息
安装
npm i @mac-applications/code使用
import code from "@mac-applications/code"
const storage = code.getStorageSync()
console.log(storage);