{
"git.confirmSync": false,
"git.autofetch": true,
"git.enableSmartCommit": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback','ttf-nanumgothic_coding'",
"eslint.autoFixOnSave": true,
"files.associations": {
"*.tpl": "html",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
".**rc": "json",
".sequelizerc": "javascript"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/dest": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
],
"eslint.options": {
"extensions": [
".js",
".vue"
]
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
}
웹호스팅 가능한 해외 가성비 클라우드 가상서버 VPS총정리
VPS의 네트워크품질을 테스트하는 방법 네트웨크품질은 사용하는 환경에 따라 다를수있습니다. 각통신사회선에 따라 접속이 원활하지 않을수도 있습니다. windows cmd line에서 ping명령 사용하여 테스트ip의 ping수치를 확인한다. 아래 제공하는 테스트파일을 다운로드하여 속도를 확인한다. 유튜브는 영화의 속도를 봅니다. Youtube 열고 비디오 Read more…
0 Comments