Skip to content

Instantly share code, notes, and snippets.

View minicooperj's full-sized avatar

Cary Cooper minicooperj

View GitHub Profile
@minicooperj
minicooperj / cloudSettings
Last active May 1, 2020 04:38
personal VSCODE gist
{"lastUpload":"2020-05-01T04:38:08.251Z","extensionVersion":"v3.4.3"}
@minicooperj
minicooperj / cloudSettings
Last active September 14, 2020 23:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-09T22:11:04.464Z","extensionVersion":"v3.4.3"}
@minicooperj
minicooperj / cloudSettings
Last active April 28, 2020 00:03
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-28T00:03:18.651Z","extensionVersion":"v3.4.3"}
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->