Initial build.
This commit is contained in:
32
.vscode/ftp-sync.json
vendored
Normal file
32
.vscode/ftp-sync.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"remotePath": "./public_html/wp-content/plugins/ogre-schema/",
|
||||
"host": "dev.ogre.me",
|
||||
"username": "dev4ogre",
|
||||
"password": "0M1$6O@J5j?)",
|
||||
"port": 22,
|
||||
"secure": true,
|
||||
"protocol": "sftp",
|
||||
"uploadOnSave": true,
|
||||
"passive": false,
|
||||
"debug": false,
|
||||
"privateKeyPath": null,
|
||||
"passphrase": null,
|
||||
"agent": null,
|
||||
"allow": [],
|
||||
"ignore": [
|
||||
"\\.vscode",
|
||||
"\\.git",
|
||||
"\\.DS_Store",
|
||||
"\\.gitignore",
|
||||
"\\Makefile",
|
||||
"\\ogre-schema.zip"
|
||||
],
|
||||
"generatedFiles": {
|
||||
"extensionsToInclude": [
|
||||
".js",
|
||||
".css",
|
||||
".map"
|
||||
],
|
||||
"path": ""
|
||||
}
|
||||
}
|
||||
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"java.project.sourcePaths": [
|
||||
""
|
||||
]
|
||||
}
|
||||
25
.vscode/tasks.json
vendored
Normal file
25
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Package",
|
||||
"type": "shell",
|
||||
"command": "make",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"panel": "shared",
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Compile",
|
||||
"type": "shell",
|
||||
"command": "make compile",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"panel": "shared",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user