Skip to content
Discussion options

You must be logged in to vote

Hi SammieF23 👋

This is a super common issue in GitHub Codespaces (it uses VS Code under the hood). Your SQL syntax highlighting disappeared because either the language mode got reset or the color theme no longer applies colors to functions/keywords.

Here’s the fastest fix (takes 10 seconds):

1. Set the correct language mode (most common cause)

  • At the bottom-right corner of the Codespaces editor, click where it says the current language (it might say “Plain Text” or something else).
  • Type SQL and select SQL from the list.
  • The colors for SELECT, CONCAT, FROM, AS, etc. should instantly come back.

2. If colors are still missing → change the appearance/theme

  • Press Ctrl + K then Ctrl + T (or C…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SammieF23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
2 participants