diff --git a/.vscode/frontmatter.code-snippets b/.vscode/frontmatter.code-snippets
deleted file mode 100644
index 780cd608..00000000
--- a/.vscode/frontmatter.code-snippets
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "add post frontmatter": {
- "prefix": "frontmatter",
- "scope": "plaintext,markdown,html",
- "body": [
- "---",
- "date: '$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE'",
- "title: '$TM_FILENAME_BASE'",
- "description: ''",
- "tags: ['']",
- "---",
- "",
- "$2"
- ],
- "description": "Add frontmatter for new post"
- },
-}
\ No newline at end of file
diff --git a/src/pages/uses.md b/src/pages/uses.md
index 1080eab1..72300a3d 100644
--- a/src/pages/uses.md
+++ b/src/pages/uses.md
@@ -54,7 +54,7 @@ Software and services that I use for work and my own enjoyment.
Dev tools
-- [Visual Studio Code](https://code.visualstudio.com): the reigning industry standard for web development work.
+- [Sublime Text](https://www.sublimetext.com): super snappy and as reliable as ever for text editing and web development.
- [iTerm2](https://iterm2.com): a more configurable terminal than the one macOS ships with. I've used it for a long time now and it's still my go-to.
- [Catppuccin](https://github.com/catppuccin): nearly as ubiquitous as Dracula but lighter and more playful, I've started using this theme wherever I'm looking at/reading/writing code.
- [Mono Lisa](https://monolisa.dev): a relatively new find, I've been enjoying how pleasant and readable this font is (and have even gone so far as to install it on iOS via [FontCase](https://apps.apple.com/us/app/fontcase-manage-your-type/id1205074470)).
diff --git a/src/posts/2023/default-apps-2023.md b/src/posts/2023/default-apps-2023.md
index 2b432587..d50e46b4 100644
--- a/src/posts/2023/default-apps-2023.md
+++ b/src/posts/2023/default-apps-2023.md
@@ -24,7 +24,7 @@ In the spirit of following a trend, here are my default apps as of now (the end
- Mastodon: [Ivory](https://tapbots.com/ivory)
- TV/Movie tracking: [Trakt](https://trakt.tv)
- Notes: [Bear](https://bear.app)
-- Code: [Visual Studio Code](https://code.visualstudio.com)
+- Code: [Sublime Text](https://www.sublimetext.com)
- Terminal: [iTerm2](https://iterm2.com)
- Search: DuckDuckGo
-- Package tracking: [Parcel](https://parcelapp.net)
\ No newline at end of file
+- Package tracking: [Parcel](https://parcelapp.net)