diff --git a/.vscode/components_schemas.code-snippets b/.vscode/components_schemas.code-snippets deleted file mode 100755 index 86fcf729..00000000 --- a/.vscode/components_schemas.code-snippets +++ /dev/null @@ -1,23 +0,0 @@ -{ - "[schema-31] New Connected Component with decorators": { - "scope": "javascript", - "prefix": "newConnectedComponent", - "description": "Create a new react component with default schema for ycore-schema31", - "body": [ - "import React from 'react'", - "import * as antd from 'antd'", - "import { connect } from 'umi'", - "", - "@connect(({ app }) => ({ app }))", - "export default class ${1:NewComponent} extends React.Component{", - "\trender(){", - "\t\treturn(", - "\t\t\t
", - "\t\t\t\t", - "\t\t\t
", - "\t\t)", - "\t}", - "}", - ] - } -} \ No newline at end of file diff --git a/.vscode/functions_schemas.code-snippets b/.vscode/functions_schemas.code-snippets deleted file mode 100755 index f4da0d43..00000000 --- a/.vscode/functions_schemas.code-snippets +++ /dev/null @@ -1,30 +0,0 @@ -{ - "[schema-21] New api v3 based functions": { - "scope": "javascript", - "prefix": "newApiFunctional21", - "description": "Create a new functional core module with default schema for ycore-schema21", - "body": [ - "import verbosity from 'core/libs/verbosity'", - "import handle from 'core/libs/errorhandler'", - "import { notify } from 'core/libs/ui'", - "import settings from 'core/libs/settings'", - "import endpoints from 'config/endpoints'", - "import { v3_model } from 'core/libs'", - "", - "export function ${1:NewFunction}(payload, callback){", - "\tif (!payload) return false", - "\tconst { data } = payload", - "\t\t", - "\treturn callback(false, null)", - "}", - "", - "export const ${2:ObjectFunction} = {", - "\tsomething: (payload, callback) => {", - "\t\treturn callback(false, null)", - "\t}", - "}", - "", - "export default ${1:NewFunction}", - ] - } -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 243ba1ca..bc2270a0 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,53 +8,7 @@ "skipFiles": [ "/**" ], - "type": "pwa-node" + "type": "node" }, - { - "name": "Attach to Chrome", - "port": 8000, - "request": "attach", - "type": "pwa-chrome", - "webRoot": "${workspaceFolder}" - }, - { - "name": "Attach by Process ID", - "processId": "${command:PickProcess}", - "request": "attach", - "skipFiles": [ - "/**" - ], - "type": "pwa-node" - }, - { - "name": "Electron Main", - "program": "${workspaceFolder}/main/index.js", - "request": "launch", - "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", - "skipFiles": [ - "/**" - ], - "type": "pwa-node" - }, - { - "name": "Launch via NPM", - "request": "launch", - "runtimeArgs": [ - "run-script", - "debug" - ], - "runtimeExecutable": "npm", - "skipFiles": [ - "/**" - ], - "type": "pwa-node" - }, - { - "name": "Launch WEB APP", - "type": "pwa-chrome", - "name": "http://192.168.0.2:8000", - "request": "launch", - "url": "http://192.168.0.2:8000" - } ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 99e533d7..065b685c 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,5 @@ { - "discord.enabled": false, "peacock.remoteColor": "#ff6064", - "docify.inlineComments": true, - "docify.moreExpressiveComments": true, - "docify.sidePanelReviewMode": false, - "docify.programmingLanguage": "javascript", "workbench.colorCustomizations": { "activityBar.activeBackground": "#ff9396", "activityBar.background": "#ff9396",