Code
This commit is contained in:
23
settings.json
Normal file
23
settings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"defaultMode": "0",
|
||||
"scriptConfig":{
|
||||
"general":{
|
||||
"command":"fastboot"
|
||||
},
|
||||
"env":[
|
||||
{
|
||||
"name":"sh",
|
||||
"preconfig":"#!/bin/bash",
|
||||
"extension":".sh",
|
||||
"commentPre":"#"
|
||||
},
|
||||
{
|
||||
"name":"batch",
|
||||
"preconfig":"@echo off",
|
||||
"extension":".bat",
|
||||
"commentPre":"::"
|
||||
}]
|
||||
},
|
||||
"fileName":"servicefile.xml",
|
||||
"serviceScript": "serviceScript"
|
||||
}
|
Reference in New Issue
Block a user