Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- find
- profile
- GIT
- vscode
- grep
- tomcat
- netsh
- resource
- Quartz
- web.xml
- JavaScript
- Windows 10
- 단축키
- 네트워크
- context
- Eclipse
- ssh
- Mac
- port
- xargs
- VirtualBox
- 줄바꿈 문자
- maVen
- Source
- bash
- plugin
- Windows
- lsof
- IntelliJ
- import
Archives
- Today
- Total
develog
[vscode] php.debug.executablePath 본문
* settings.json 파일을 연다
=> command + , 를 입력 후 'php.debug.executablePath' 검색
"php.debug.executablePath" 에 경로를 입력한다
=> "/usr/local/bin/php"
// settings.json
{
"files.exclude": {
"**/.factorypath": true
},
"workbench.iconTheme": "vscode-icons",
"boot-java.rewrite.reconcile": true,
"tabnine.experimentalAutoImports": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.fontFamily": "'D2Coding', 'Meslo LG M for Powerline', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"workbench.startupEditor": "none",
"php.debug.executablePath": "/usr/local/bin/php",
Comments