Skip to content

Instantly share code, notes, and snippets.

View rcreativepoutine's full-sized avatar
💭
Creating my first 2023 app

Ruddy Lopez rcreativepoutine

💭
Creating my first 2023 app
  • Best Media
  • Canada
View GitHub Profile
@rachids
rachids / settings.json
Last active May 23, 2024 10:28
Integrate Laragon's terminal (CMDer) to Visual Studio Code
{
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"