shiburagi / JsonToDart

VS Code Extension
10 stars 6 forks source link

Doesn't work on my mac. Why? #13

Open mmmkb1 opened 3 weeks ago

mmmkb1 commented 3 weeks ago
shiburagi commented 3 weeks ago

@mmmkb1 can u share jsonToDart: config here?

mmmkb1 commented 3 weeks ago

{ "tabnine.experimentalAutoImports": true, "editor.inlineSuggest.enabled": true, "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, "editor.rulers": [ 80 ], "editor.selectionHighlight": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", "editor.wordBasedSuggestions": "off" }, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, "dart.previewFlutterUiGuides": true, "dart.openDevTools": "flutter", "explorer.confirmDelete": false, "dart.debugExternalPackageLibraries": false, "dart.debugSdkLibraries": false, "liveServer.settings.donotShowInfoMsg": true, "remote.SSH.remotePlatform": { "sandbox.yj736y.csb": "linux" }, "codesandbox.currentWorkspace": "9e1bb4be-2021-42d3-a498-f0f87449446d", "explorer.confirmDragAndDrop": false, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true

},
"git.autofetch": true,
"files.associations": {
    "\"*.css\"": "\"tailwindcss\""
},
"editor.quickSuggestions": {
    "strings": "on"
},
"github.copilot.editor.enableAutoCompletions": true,
"workbench.colorTheme": "Dracula",
"jsonToDart.primaryConfiguration": true

}