Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Creates a new main function.": {
|
||||
"prefix": "newmain",
|
||||
"body": [
|
||||
"def main():",
|
||||
"\t$1",
|
||||
"",
|
||||
"if __name__ == \"__main__\":",
|
||||
"\tmain()"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"editor.fontSize": 16,
|
||||
"editor.fontFamily": "'Comic Mono', 'Droid Sans Mono', 'monospace', monospace",
|
||||
"files.enableTrash": false,
|
||||
"window.restoreWindows": "none",
|
||||
"editor.parameterHints.enabled": false,
|
||||
"window.customTitleBarVisibility": "auto",
|
||||
"window.commandCenter": false,
|
||||
"workbench.layoutControl.enabled": false,
|
||||
"workbench.editor.showTabs": "single",
|
||||
"terminal.integrated.tabs.enabled": false,
|
||||
"explorer.compactFolders": false,
|
||||
"workbench.startupEditor": "none",
|
||||
"terminal.integrated.enablePersistentSessions": false,
|
||||
"workbench.editor.limit.enabled": true,
|
||||
"workbench.editor.limit.perEditorGroup": true,
|
||||
"workbench.editor.limit.value": 1
|
||||
}
|
||||
Reference in New Issue
Block a user