Skip to content

Instantly share code, notes, and snippets.

View deammer's full-sized avatar

Maxime Preaux deammer

View GitHub Profile
@rpavlik
rpavlik / settings.json
Last active December 24, 2025 10:58
Go away copilot and other slop machines (in vscode)
{
// go away copilot and other ai slop machines
"accessibility.verbosity.inlineChat": false,
"accessibility.verbosity.panelChat": false,
"ansible.lightspeed.suggestions.waitWindow": 360000,
"chat.agent.enabled": false,
"chat.agent.maxRequests": 0,
"chat.commandCenter.enabled": false,
"chat.detectParticipant.enabled": false,
"chat.disableAIFeatures": true,
@deammer
deammer / SassMeister-input.scss
Last active November 22, 2016 19:41
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
$purple_light: #6d5da4;
$purple_medium: #4e4280;
$purple_dark: #2e2e5b;
$purple_black: #1f223b;