NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code
https://hardhat.org
MIT License
163 stars 36 forks source link

chore: Add markdown syntax support - Issue 572 #575

Closed michaeltomasik closed 2 weeks ago

michaeltomasik commented 3 weeks ago

I added markdown syntax support that was requested based on the description from here https://github.com/NomicFoundation/hardhat-vscode/issues/572 I made sure to disable any solidity extension to recreate it

Screenshot 2024-06-05 at 19 24 16

After applying changes, while plugins are disabled

Screenshot 2024-06-05 at 19 24 00
socket-security[bot] commented 3 weeks ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/@nomicfoundation/slang@0.14.2, npm/@nomicfoundation/solidity-analyzer@0.1.1, npm/@sentry/node@6.19.1, npm/@sentry/tracing@7.32.1, npm/@sentry/types@6.19.1, npm/@types/chai@4.3.0, npm/@types/fs-extra@9.0.13, npm/@types/glob@7.2.0, npm/@types/js-yaml@4.0.5, npm/@types/lodash@4.14.191, npm/@types/mocha@8.2.3, npm/@types/module-alias@2.0.1, npm/@types/node@18.14.2, npm/@types/prettier@2.6.0, npm/@types/qs@6.9.7, npm/@types/semver@7.3.13, npm/@types/sinon@10.0.6, npm/@types/vscode@1.88.0, npm/@typescript-eslint/eslint-plugin@5.8.0, npm/@typescript-eslint/parser@5.8.0, npm/@vscode/test-electron@2.3.8, npm/@vscode/vsce@2.17.0, npm/c3-linearization@0.3.0, npm/chai@4.3.4, npm/codecov@3.8.3, npm/concurrently@7.1.0, npm/cross-env@7.0.3, npm/dotenv@16.0.3

View full report↗︎

alcuadrado commented 2 weeks ago

Can we get this merged, @kanej @OmarTawfik ?

kanej commented 2 weeks ago

Can we get this merged, @kanej @OmarTawfik ?

I will take a look.

kanej commented 2 weeks ago

Thanks @michaeltomasik, I was tested locally and merged.