From 2fe4d972d1351fee5e73f7ce0696cf276e0db0ef Mon Sep 17 00:00:00 2001 From: Josh Brice <97204947+jjb0123@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:54:09 -0600 Subject: [PATCH] Hide Intel ASM syntax option for non-ASM languages (fixes #8279) (#8280) --- CONTRIBUTORS.md | 1 + static/panes/compiler.ts | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8149b1157..ede8587e6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -170,3 +170,4 @@ From oldest to newest contributor, we would like to thank: - [LJ](https://github.com/elle-j) - [Frank Leon Rose](https://github.com/frankleonrose) - [Oguz Ulgen](https://github.com/oulgen) +- [Josh Brice] (https://github.com/jjb0123) diff --git a/static/panes/compiler.ts b/static/panes/compiler.ts index ed91376b6..d44d991fd 100644 --- a/static/panes/compiler.ts +++ b/static/panes/compiler.ts @@ -2691,7 +2691,15 @@ export class Compiler extends MonacoPane