Skip to content
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

Add deployments #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add deployments #2

wants to merge 2 commits into from

Conversation

FourchinCookei-Money
Copy link
Owner

Changelog

Version Date Changelog
1.3.0 18.05.18 [Fixed] Reload all browser tabs [#16]
1.2.0 17.05.18 — Serious Bug Fixed
1.1.0 17.05.18 — This extension was broken with Live Server v4.0.0 update. [#127]
— Popup window UI updated
— Docs updated.
1.0.0 26.10.17 [New Feature] No need to setup proxy. There is now a way to setup - that is pretty easy & straight-forward.

[Enhancement] Pop-up window is redesigned.

[Bug Fixes] Small bug fixes related to the turn on/off switch.

— No BETA. General Release.
0.0.1 22.10.17 Initial Release under BETA

[I'm sorry but I'm now super busy, If you want to be a maintainer of the project please feel me to contact me! You've to be passionate about programming]

Live Server - Web Extension

Makes your existing server live

Chrome Web StoreChrome Web StoreChrome Web Store
Mozilla Add-onMozilla Add-onMozilla Add-on

Brief Description

This browser add-on is an extension for a developer tool in VS Code editor (Live Server). With this add-on installed, along with the VS Code extension, it gives you a functionality to automatically update your website on save; for other files than just .htm and .html.

So specifically, with this add-on, live reload will also work with the following server-side files within the spectrum of: PHP, .NET and NodeJS.



Documentation

Setup Tutorial
About The Extension
FAQ

The Common Misconception

Neither the browser add-on nor the VS Code extension will host a server for: PHP, .NET or NodeJS. This add-on will give you the reloading function, so you do not need to refresh the page every time you save your server-side code.



Store Links



News

  • Verision 1.3.0 (18.05.18)

    • [Fixed] Reload all browser tabs [#16]
  • Verision 1.2.0 (17.05.18)

    • Serious Bug Fixed
  • Verision 1.1.0 (17.05.18)

    • [Bug Fixed] This extension was broken with Live Server v4.0.0 update. [#127]
    • Popup window UI updated
    • Docs updated.



License

This extension is licensed under the MIT License

@FourchinCookei-Money FourchinCookei-Money added the enhancement New feature or request label Jan 28, 2022
@FourchinCookei-Money FourchinCookei-Money self-assigned this Jan 28, 2022
@@ -54,7 +52,7 @@ contract TransmuterB is Context {
using VaultWithIndirection for VaultWithIndirection.List;

address public constant ZERO_ADDRESS = address(0);
uint256 public TRANSMUTATION_PERIOD;
uint256 public transmutationPeriod;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5gh pr checkout 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
3 participants