Skip to content

Instantly share code, notes, and snippets.

View yaSebastian's full-sized avatar
👨‍💻

Sebastian Werner yaSebastian

👨‍💻
View GitHub Profile
@yaSebastian
yaSebastian / Visual Studio Code - Reducing frustrations with Copilot Inline Suggestions.md
Last active August 7, 2025 16:55
Visual Studio Code - Reducing frustrations with Copilot Inline Suggestions

Visual Studio Code - Reducing frustrations with Copilot Inline Suggestions

Note

This document is provided under the CC0 1.0 Universal license (Creative Commons Zero).
This license allows anyone to freely use, modify, and distribute the content without requiring attribution, effectively placing it in the public domain.

It is primarily intended for co-workers, friends, and acquaintances.

Table of Contents

@yaSebastian
yaSebastian / setup.sh
Last active December 13, 2020 13:59
Temporary macOS Setup Script, to be integrated into https://github.com/yaSebastian/sw2.AutoConfig "as soon as I find the time" ™ .
# To execute this file in terminal, run:
# /bin/bash -c "$(curl -fsSL https://git.io/Jfx2d)"
# TODO: Consider adding "?nocache" in case caching becomes a problem during creation of this script
# TODO: Figure out how to include sudo without a timeout
# TODO: Prevent the escape key from bein printed (after Mac App Store check)
# TODO: Do checks manually, only once, store the results somewhere
# TODO: Copy Return/Abort from homebrew
# TODO: Find a way to automate homebrew acceptance
# TODO: Sudo in advance
(function(d) {
var asin = d.getElementById('ASIN');
var url;
if (asin) {
url = 'http://' + d.domain.split('.').slice(-2).join('.') + '/dp/' + asin.value;
window.location.href = url;
} else {
alert("Can't find an Amazon product ID.");
}