Open mmmkb1 opened 5 months ago
@mmmkb1 can u share jsonToDart:
config here?
{ "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
}
When I run the command 'JsonToDart: Convert Json from Clipboard' from the palette, nothing happens.
When I run the command 'JsonToDart: Convert Json from Clipboard Here (clipboard to file or folder)' from the palette, the warning window below pops up and it doesn't work.