https://github.com/bastndev/resources
π
±π
΄π
°π
΅ππ
Έπ
΅ππ
» π€ π
΅π
Ύπ
½ππ π€ π
±π
΄π
°π
΅ππ
Έπ
΅ππ
»
https://github.com/bastndev/resources
Last synced: 6 months ago
JSON representation
π ±π ΄π °π ΅ππ Έπ ΅ππ » π€ π ΅π Ύπ ½ππ π€ π ±π ΄π °π ΅ππ Έπ ΅ππ »
- Host: GitHub
- URL: https://github.com/bastndev/resources
- Owner: bastndev
- Created: 2023-05-16T23:27:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T16:32:21.000Z (over 2 years ago)
- Last Synced: 2024-05-01T22:38:19.127Z (about 2 years ago)
- Language: HTML
- Homepage:
- Size: 5.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```.json
{
"security.workspace.trust.startupPrompt": "never",
"security.workspace.trust.enabled": false,
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"editor.cursorBlinking": "expand",
"editor.fontFamily": "'Cascadia Code', 'monospace'",
"editor.fontLigatures": true,
"explorer.confirmDelete": false,
"workbench.iconTheme": "material-icon-theme",
"editor.wordWrap": "on",
"editor.tabSize": 2,
"liveServer.settings.donotShowInfoMsg": true,
"launch": {
"configurations": [],
"compounds": []
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.guides.bracketPairs": true,
"[python]": {
"editor.formatOnType": true
},
"[dart]": {
"editor.codeActionsOnSave": {
"source.fixAll.dart": true,
},
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"git.openRepositoryInParentFolders": "never",
"dart.showInspectorNotificationsForWidgetErrors": false,
"html.format.contentUnformatted": "",
"dart.previewFlutterUiGuides": true,
"workbench.colorCustomizations": {
"[Community Material Theme Ocean High Contrast]": {
"editor.background": "#0b0e14",
"menu.selectionBorder": "#1e2c2f",
"tab.activeBackground": "#3e5965",
"statusBar.debuggingBackground": "#0d0d0d",
"list.activeSelectionBackground": "#2a3b3f",
"debugConsole.warningForeground": "#FFA500",
"debugConsole.errorForeground": "#FF0000",
// "debugConsole.infoForeground": "#7190a0",
"debugConsole.infoForeground": "#0df490",
}
},
"editor.tokenColorCustomizations": {
"strings": "#0df490",
"textMateRules": [
{
"scope": [
"source.dart",
],
"settings": {
"foreground": "#ffffff",
},
},
]
},
"cSpell.userWords": [
"appbar",
"ARGB",
"bastndev",
"Cupertino",
],
// FVM
"dart.flutterSdkPath": "C:\\Users\\gohit\\fvm\\versions\\3.10.2",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"dart.warnWhenEditingFilesOutsideWorkspace": false,
"extensions.ignoreRecommendations": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.list.smoothScrolling": true,
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"dart.checkForSdkUpdates": false,
"json.sortOnSave.enable": true,
"git.suggestSmartCommit": false,
"terminal.integrated.fontFamily": "Hack Nerd Font Mono",
"tabnine.experimentalAutoImports": true,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"workbench.colorTheme": "Community Material Theme Ocean High Contrast",
"editor.linkedEditing": true,
}
```
