Skip to content

Instantly share code, notes, and snippets.

View toledox82's full-sized avatar
🏠
Working from home

Marcio Toledo toledox82

🏠
Working from home
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div x-data="data()">

Setup: Ambiente de Desenvolvimento Windows (sem WSL2)

Guia para migrar do WSL2 para desenvolvimento nativo no Windows, com Windows Terminal, PowerShell 7 e Oh My Posh.


Motivação

O WSL2 causa problemas com MCPs que dependem de recursos do Windows (Playwright, Figma MCP). Rodando tudo nativamente no Windows, esses problemas somem — e o Shopify CLI 3.x roda bem, pois é puramente Node.js.