add vscode workflow, som eupdates to tex
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "remote_proj"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "(remote) connect",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/../sshfs.sh",
|
||||
"auto": true,
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../afshome/clean_jenk/lib-chibios
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../afshome/clean_jenk/sw-stm32
|
||||
+1
-1
@@ -1 +1 @@
|
||||
mountpoint ~/gitlab/BaTh/data/afshome || sshfs hbpc9:. ~/gitlab/BaTh/data/afshome
|
||||
mountpoint ~/gitlab/BaTh/data/afshome || sshfs obss6:. ~/gitlab/BaTh/data/afshome
|
||||
|
||||
Reference in New Issue
Block a user