I hereby claim:
- I am solrevdev on github.
- I am solrevdev (https://keybase.io/solrevdev) on keybase.
- I have a public key ASB47taDFggo2vXkbjcvBMIg4M3oCdZshheEdX-u2nybjQo
To claim this, I am signing this object:
{ | |
"sdk": { | |
"version": "1.0.4" | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
{ | |
"EngineConfiguration": { | |
"PollInterval": "00:00:15", | |
"Components": [ | |
{ | |
"Id": "MemoryCounter", | |
"FullName": "AWS.EC2.Windows.CloudWatch.PerformanceCounterComponent.PerformanceCounterInputComponent,AWS.EC2.Windows.CloudWatch", | |
"Parameters": { | |
"CategoryName": "Memory", | |
"CounterName": "Available MBytes", |
{ | |
"IsEnabled": true, | |
"EngineConfiguration": { | |
"Components": [ | |
{ | |
"FullName": "AWS.EC2.Windows.CloudWatch.EventLog.EventLogInputComponent,AWS.EC2.Windows.CloudWatch", | |
"Id": "ApplicationEventLog", | |
"Parameters": { | |
"Levels": "1", | |
"LogName": "Application" |
[ | |
// Place your key bindings in this file to overwrite the defaults | |
// Preferences : Open Keyboard Shortcuts File | |
{ | |
"key": "ctrl+q", | |
"command": "editor.action.sortLinesAscending", | |
"when": "editorFocus && !editorReadonly" | |
} | |
] |
// esbenp.prettier-vscode | |
// ext install prettier-vscode | |
{ | |
"useTabs": true, | |
"tabWidth": 2, | |
"singleQuote": true, | |
"noSemi": false, | |
"trailingComma": "none", | |
"rcVerbose": true | |
} |
{ | |
"sdk": { | |
"version": "2.0.4" | |
} | |
} |
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: "stable", |
{ | |
"workbench.iconTheme": "vscode-icons", | |
"editor.autoIndent": true, | |
"editor.minimap.enabled": false, | |
"editor.minimap.side": "right", | |
"files.autoSave": "afterDelay", | |
"editor.lineHeight": 24, | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.fontSize": 14, |
{ | |
"Use Non-ASCII Font" : false, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Green Component" : "0.6235294", | |
"Blue Component" : "0.8117647", | |
"Red Component" : "0.4470588" | |
}, |