Demonstrate the use of settings property

This commit is contained in:
Chuck Lantz
2019-06-21 02:00:03 +00:00
parent d081c7d9d8
commit 37533b4422
2 changed files with 24 additions and 18 deletions

View File

@@ -5,5 +5,8 @@
"extensions": [
"felixfbecker.php-debug",
"felixfbecker.php-intellisense"
]
],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
}