Git Product home page Git Product logo

Comments (1)

hidao80 avatar hidao80 commented on August 18, 2024 1

Excuse me for using DeepL Translate.

I had the same problem, but I found a way to make it work on my self-hosted Cloud9!

The solution is to start Cloud9 in co-editable mode with "--collab" in the startup options, and then run the following bookmarklet to have the co-edit user ID registered in the cookie, so that php-cs-fixer will automatically run on save.
If "Share" is displayed in the upper right corner of the screen, you have succeeded.
You may need to reload the editor screen after registering the cookie.

javascript:(function(){javascript:document.cookie='__c9_uid='+escape(JSON.stringify({id:1}))+';Domain=.com;Max-Age=315360000'})()

In the new Edge, the bookmarklet doesn't seem to run from the address bar, so try running it from the Developer Tools console.

I hope this helps.

For reference:
https://github.com/c9/core/blob/7e1ac98f51b85e8bed401c593774ef73ada3cd07/plugins/c9.ide.format/formatters/custom.js#L33

from c9.ide.format.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.