Skip to content

Instantly share code, notes, and snippets.

View kailashyogeshwar85's full-sized avatar

kailash k yogeshwar kailashyogeshwar85

View GitHub Profile
@kailashyogeshwar85
kailashyogeshwar85 / Mock Input usage
Created January 8, 2018 06:38
Usage of mock input
// My authentication.js
module.exports = {
label : 'Connect to Customauth',
mock_input: {},
input: {
type: "object",
properties: {
access_token: {
type: 'string',
minLength: 1,
@kailashyogeshwar85
kailashyogeshwar85 / VSCode Custom Settings
Created January 7, 2018 07:52
Custom settings for vscode
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.lineHeight": 20,
"editor.wordWrapColumn": 80,
"editor.cursorStyle": "line-thin",