惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - c3tc3tc3t

manjaro升级导致黑屏无法进入桌面 解决VLC 无法解码格式“h264” (H264 - MPEG-4 AVC (part 10)) vscode 使用elixir-ls报错问题解决 install credo globally GenServer Credo.CLI.Output.Shell terminating phoenix中 link 链接 学习phoenix框架笔记 manajro install the mysql2 gem macos insalll erlang by asdf flutter问题收集_not sync podfile.lock WeChatWin.dll文件缺失,错误码:126 for linux macos 10.15安装ruby 3 manjaro 更新chrome报签名错误 manjaro系统上使用asdf安装php注意事项 Failed to load config "react-app" to extend from. YarnV2 install manjaro-kde最新安装后配置 转 idea-wm_class GoldenDict替代了stardict
vscode config for elixir , emmet with eex
c3tc3tc3t · 2022-03-02 · via 博客园 - c3tc3tc3t

"emmet.triggerExpansionOnTab": true,

"files.associations": {
    "*.js": "javascript",
    "*.ex": "elixir",
    "*.exs": "elixir",
    "*.eex": "html",
    "*.html.eex": "html",
    "*.leex": "html",
    "*.html.leex": "html",
"*.erb":"html" }