Skip to content

feat(site): allow any file extension on template editor #12000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Feb 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unecessary imports
  • Loading branch information
BrunoQuaresma committed Feb 5, 2024
commit 0c72ecca8eebe76bf1e9a8c1101cbda6ab110d77
2 changes: 0 additions & 2 deletions site/src/modules/templates/TemplateFiles/TemplateFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { type FC } from "react";
import { SyntaxHighlighter } from "components/SyntaxHighlighter/SyntaxHighlighter";
import { TemplateVersionFiles } from "utils/templateVersion";
import RadioButtonCheckedOutlined from "@mui/icons-material/RadioButtonCheckedOutlined";
import { Pill } from "components/Pill/Pill";
import { Link } from "react-router-dom";

const languageByExtension: Record<string, string> = {
tf: "hcl",
Expand Down