From 03748610041bcc8ec7a7743e9a5fb35c06731fa0 Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Thu, 6 Apr 2023 17:31:38 +0200 Subject: printing strings coming to YOUR screen! --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index d027762..55d7b04 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,9 @@ } }, "cmake.configureOnOpen": false, - "files.eol": "\n" + "files.eol": "\n", + "files.associations": { + "entity.h": "c", + "shop.h": "c" + } } -- cgit v1.2.3