Skip to content

Instantly share code, notes, and snippets.

View hi-abhi's full-sized avatar
☀️
😎 🙃

Abhishek Kumar hi-abhi

☀️
😎 🙃
View GitHub Profile
@eveporcello
eveporcello / teacher-settings.json
Last active March 25, 2024 01:55
These are the VSCode settings that we use when recording screencast videos 🍿
{
"zenMode.hideLineNumbers": false,
"workbench.colorTheme": "Night Owl",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.wordBasedSuggestions": false,
"editor.suggestOnTriggerCharacters": false,