I hereby claim:
- I am karrq on github.
- I am karrq (https://keybase.io/karrq) on keybase.
- I have a public key ASCzSjzzkud-LYiOENWxzOeWiz3nbANJzYPIHTawc50rsgo
To claim this, I am signing this object:
| #lang racket/base | |
| #| | |
| Date: 02/07/2020 | |
| Author: Francesco "Karrq" Dainese | |
| github: @Karrq | |
| This is a rot13 cipher implementation for quickscript. |
I hereby claim:
To claim this, I am signing this object:
| exports.execute = async (args) => { | |
| // args => https://egodigital.github.io/vscode-powertools/api/interfaces/_contracts_.workspacecommandscriptarguments.html | |
| // s. https://code.visualstudio.com/api/references/vscode-api | |
| const vscode = args.require('vscode'); | |
| const vscode_helpers = args.require('vscode-helpers'); | |
| vscode.window.showInformationMessage( | |
| 'Generating new Stack project...' | |
| ); |